diff options
| author | Antoine Beaupré <anarcat@debian.org> | 2017-12-30 12:18:31 -0500 |
|---|---|---|
| committer | Antoine Beaupré <anarcat@debian.org> | 2017-12-30 12:18:31 -0500 |
| commit | bd2993229e91c1f6eb200e8a4e2ebfd0195266f5 (patch) | |
| tree | a5f48068a2730cf6a88ed823afaa67b39bc65a19 /raphodo/renameandmovefile.py | |
| parent | b99a470859a9e8100644fe65f501f610cf3bb046 (diff) | |
| parent | 88c8bd4cd2ee4707f8a43be4d89c4e040dcced2f (diff) | |
Merge tag 'upstream/0.9.6'
Upstream version 0.9.6
# gpg: Signature made sam 30 déc 2017 12:18:30 EST
# gpg: using RSA key 7B164204D096723B019635AB3EA1DDDDB261D97B
# gpg: Good signature from "Antoine Beaupré <anarcat@anarc.at>" [ultimate]
# gpg: aka "Antoine Beaupré <anarcat@koumbit.org>" [ultimate]
# gpg: aka "Antoine Beaupré <anarcat@orangeseeds.org>" [ultimate]
# gpg: aka "Antoine Beaupré <anarcat@debian.org>" [ultimate]
Diffstat (limited to 'raphodo/renameandmovefile.py')
| -rwxr-xr-x | raphodo/renameandmovefile.py | 9 |
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 |
