Skip to content

Commit ab44d6a

Browse files
committed
fix error
1 parent fc57d4f commit ab44d6a

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
# final update of project metadata
251251
job.mp.update_metadata(job.project_info)
252252

253-
job.directory.cleanup()
253+
job.temp_directory.cleanup()
254254

255255

256256
def download_project_cancel(job):

0 commit comments

Comments
 (0)