forked from M-Labs/artiq
client: block until end of repository scan
This commit is contained in:
parent
ea6dcb2743
commit
f99c53d179
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue