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 aafec1d2..d41052d7 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
| @@ -887,7 +887,7 @@ later is required to fix a server side protocol bug. | |||
| 887 | if previously_missing_set == missing_set: | 887 | if previously_missing_set == missing_set: | 
| 888 | break | 888 | break | 
| 889 | previously_missing_set = missing_set | 889 | previously_missing_set = missing_set | 
| 890 | success, new_fetched = self._Fetch(to_fetch, opt, err_event) | 890 | success, new_fetched = self._Fetch(missing, opt, err_event) | 
| 891 | if not success: | 891 | if not success: | 
| 892 | err_event.set() | 892 | err_event.set() | 
| 893 | fetched.update(new_fetched) | 893 | fetched.update(new_fetched) | 
