Skip to content

Commit a6f4a6a

Browse files
committed
remove
1 parent fd82bd2 commit a6f4a6a

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
@@ -60,7 +60,7 @@ def __init__(
6060
self.version = version
6161
self.update_tasks = update_tasks
6262
self.download_queue_items = download_queue_items
63-
self.temp_directory = temp_directory
63+
self.temp_directory = temp_directory # project's directory
6464
self.mp = mp # MerginProject instance
6565
self.is_cancelled = False
6666
self.project_info = project_info # parsed JSON with project info returned from the server

0 commit comments

Comments
 (0)