diff options
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r-- | subcmds/sync.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index 8dc22141..fe63b484 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -1277,6 +1277,7 @@ later is required to fix a server side protocol bug. | |||
1277 | 1277 | ||
1278 | err_network_sync = False | 1278 | err_network_sync = False |
1279 | err_update_projects = False | 1279 | err_update_projects = False |
1280 | err_update_linkfiles = False | ||
1280 | 1281 | ||
1281 | self._fetch_times = _FetchTimes(manifest) | 1282 | self._fetch_times = _FetchTimes(manifest) |
1282 | if not opt.local_only: | 1283 | if not opt.local_only: |