client: block until end of repository scan

This commit is contained in:
Sebastien Bourdeauducq 2015-12-06 18:41:20 +08:00
parent ea6dcb2743
commit f99c53d179
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ def _action_scan_devices(remote, args):
def _action_scan_repository(remote, args):
remote.scan_repository_async(args.revision)
remote.scan_repository(args.revision)
def _show_schedule(schedule):