We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24213e4 commit 9523f68Copy full SHA for 9523f68
mergin/client_pull.py
@@ -865,4 +865,4 @@ def download_files_finalize(job):
865
866
# Remove temporary download directory
867
if job.directory is not None and os.path.exists(job.directory):
868
- shutil.rmtree(job.directory)
+ shutil.rmtree(job.directory)
0 commit comments