From e555222e2f6b419b219b403162584420ce7a278a Mon Sep 17 00:00:00 2001 From: Jaisen Mathai Date: Mon, 14 Nov 2016 12:15:48 -0800 Subject: [PATCH] Change variable name from file_path to current_file --- elodie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elodie.py b/elodie.py index 5f3b51b..baa9974 100755 --- a/elodie.py +++ b/elodie.py @@ -216,7 +216,7 @@ def _update(album, location, time, title, files): dest_path = FILESYSTEM.process_file(current_file, destination, updated_media, move=True, allowDuplicate=True) log.info(u'%s -> %s' % (current_file, dest_path)) - print('{"source":"%s", "destination":"%s"}' % (file_path, + print('{"source":"%s", "destination":"%s"}' % (current_file, dest_path)) # If the folder we moved the file out of or its parent are empty # we delete it.