diff options
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r-- | subcmds/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index 9a09be65..b50fd94d 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -850,7 +850,7 @@ later is required to fix a server side protocol bug. | |||
850 | print('error: failed to remove existing smart sync override manifest: %s' % | 850 | print('error: failed to remove existing smart sync override manifest: %s' % |
851 | e, file=sys.stderr) | 851 | e, file=sys.stderr) |
852 | 852 | ||
853 | err_event = _threading.Event() | 853 | err_event = multiprocessing.Event() |
854 | 854 | ||
855 | rp = self.manifest.repoProject | 855 | rp = self.manifest.repoProject |
856 | rp.PreSync() | 856 | rp.PreSync() |