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 43b1563 commit 36249cbCopy full SHA for 36249cb
mergin/client_pull.py
@@ -60,7 +60,7 @@ def __init__(
60
self.version = version
61
self.update_tasks = update_tasks
62
self.download_queue_items = download_queue_items
63
- self.temp_directory = temp_directory # project's directory
+ self.temp_directory = temp_directory
64
self.mp = mp # MerginProject instance
65
self.is_cancelled = False
66
self.project_info = project_info # parsed JSON with project info returned from the server
0 commit comments