Slightly cleaner logging

This commit is contained in:
Ian Gulliver
2016-03-31 17:40:26 -07:00
parent 0052478fbf
commit b69591b451

View File

@@ -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)