Skip to content

Commit f29b5ed

Browse files
committed
store log in mergin project dir
1 parent 0d339af commit f29b5ed

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
@@ -117,7 +117,7 @@ def _cleanup_failed_download(directory, mergin_project=None):
117117
mergin_project.remove_logging_handler()
118118

119119
# keep log file as it might contain useful debug info
120-
log_file = os.path.join(directory, ".mergin", "client-log.txt")
120+
log_file = os.path.join(mergin_project.dir, ".mergin", "client-log.txt")
121121
dest_path = None
122122

123123
if os.path.exists(log_file):

0 commit comments

Comments
 (0)