summaryrefslogtreecommitdiff
path: root/raphodo/renameandmovefile.py
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@debian.org>2017-12-30 12:18:30 -0500
committerAntoine Beaupré <anarcat@debian.org>2017-12-30 12:18:30 -0500
commit88c8bd4cd2ee4707f8a43be4d89c4e040dcced2f (patch)
tree01b10a0d80509730942706333f173c5aa7f239eb /raphodo/renameandmovefile.py
parentc5fc6c6030d7d9d1b2af3d5165bebed3decd741b (diff)
New upstream version 0.9.6upstream/0.9.6
Diffstat (limited to 'raphodo/renameandmovefile.py')
-rwxr-xr-xraphodo/renameandmovefile.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/raphodo/renameandmovefile.py b/raphodo/renameandmovefile.py
index 9893688..1405cc5 100755
--- a/raphodo/renameandmovefile.py
+++ b/raphodo/renameandmovefile.py
@@ -890,10 +890,11 @@ class RenameMoveFileWorker(DaemonProcess):
self.process_rename_failure(rpd_file)
else:
# Record file as downloaded in SQLite database
- self.downloaded.add_downloaded_file(name=rpd_file.name,
- size=rpd_file.size,
- modification_time=rpd_file.modification_time,
- download_full_file_name=rpd_file.download_full_file_name)
+ self.downloaded.add_downloaded_file(
+ name=rpd_file.name, size=rpd_file.size,
+ modification_time=rpd_file.modification_time,
+ download_full_file_name=rpd_file.download_full_file_name
+ )
else:
move_succeeded = False