Skip to content

Commit 58dd757

Browse files
committed
copy to mergin project dir
1 parent 7e3f598 commit 58dd757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/client_pull.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def download_project_finalize(job):
250250

251251
for task in job.update_tasks:
252252
# right now only copy tasks...
253-
task.apply(job.directory, job.mp)
253+
task.apply(job.mp.dir, job.mp)
254254

255255
# final update of project metadata
256256
job.mp.update_metadata(job.project_info)

0 commit comments

Comments
 (0)