summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subcmds/sync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index c0310c56..41b8bb03 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -2582,6 +2582,7 @@ later is required to fix a server side protocol bug.
2582 callback=callback, 2582 callback=callback,
2583 output=pm, 2583 output=pm,
2584 chunksize=1, 2584 chunksize=1,
2585 initializer=self.InitWorker,
2585 ): 2586 ):
2586 err_event.set() 2587 err_event.set()
2587 2588