summaryrefslogtreecommitdiff
path: root/raphodo/copyfiles.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/copyfiles.py
parent083849161f075878e4175cd03cb7afa83d64e7f5 (diff)
New upstream version 0.9.1upstream/0.9.1
Diffstat (limited to 'raphodo/copyfiles.py')
-rwxr-xr-xraphodo/copyfiles.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/raphodo/copyfiles.py b/raphodo/copyfiles.py
index 41e9ee2..eaf4908 100755
--- a/raphodo/copyfiles.py
+++ b/raphodo/copyfiles.py
@@ -488,9 +488,15 @@ class CopyFilesWorker(WorkerInPublishPullPipeline, FileCopy):
rpd_file, temp_name, dest_dir, rpd_file.xmp_file_full_name, 'XMP'
)
+ # copy magic lantern LOG file if there is one
+ if rpd_file.log_file_full_name:
+ rpd_file.temp_log_full_name = self.copy_associate_file(
+ rpd_file, temp_name, dest_dir, rpd_file.log_file_full_name, 'LOG'
+ )
+
download_count = idx + 1
- self.content = pickle.dumps(
+ self.content = pickle.dumps(
CopyFilesResults(
copy_succeeded=copy_succeeded,
rpd_file=rpd_file,