Satisfy pylint

This commit is contained in:
I-Al-Istannen
2020-06-26 15:37:35 +02:00
parent 402ae81335
commit e4b1fac045
2 changed files with 50 additions and 25 deletions

View File

@@ -72,7 +72,7 @@ class Organizer(Location):
dst_absolute.touch()
return
self.download_summary.add_changed_file(dst_absolute)
self.download_summary.add_modified_file(dst_absolute)
PRETTY.modified_file(dst_absolute)
else:
self.download_summary.add_new_file(dst_absolute)