Skip to content

Commit 36249cb

Browse files
JanCahawonder-sk
andauthored
remove comment
Co-authored-by: Martin Dobias <wonder.sk@gmail.com>
1 parent 43b1563 commit 36249cb

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 # project's directory
63+
self.temp_directory = temp_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)