diff --git a/client/fetcher.py b/client/fetcher.py index a63e3a4..4c05f34 100755 --- a/client/fetcher.py +++ b/client/fetcher.py @@ -147,7 +147,7 @@ class Fetcher(object): except FileNotFoundError: pass - print('Changing current link to:', path) + print('Changing current link to:', filename) temp_path = tempfile.mktemp(dir=self._image_dir) os.symlink(filename, temp_path) os.rename(temp_path, current_path)