summaryrefslogtreecommitdiff
path: root/raphodo/backupfile.py
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-25 06:17:26 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-25 06:17:26 +0200
commit77dd64c0757c0191b276e65c24ee9874959790c8 (patch)
treed6cdf2a02bad676982aa9f962835bb405d86a87b /raphodo/backupfile.py
parent083849161f075878e4175cd03cb7afa83d64e7f5 (diff)
New upstream version 0.9.1upstream/0.9.1
Diffstat (limited to 'raphodo/backupfile.py')
-rwxr-xr-xraphodo/backupfile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/raphodo/backupfile.py b/raphodo/backupfile.py
index f16842d..e83fdd7 100755
--- a/raphodo/backupfile.py
+++ b/raphodo/backupfile.py
@@ -209,6 +209,8 @@ class BackupFilesWorker(WorkerInPublishPullPipeline, FileCopy):
self.backup_associate_file(dest_dir, rpd_file.download_audio_full_name)
if rpd_file.download_xmp_full_name:
self.backup_associate_file(dest_dir, rpd_file.download_xmp_full_name)
+ if rpd_file.download_log_full_name:
+ self.backup_associate_file(dest_dir, rpd_file.download_log_full_name)
self.total_downloaded += rpd_file.size
bytes_not_downloaded = rpd_file.size - self.amount_downloaded