artiq_run: fix get_argparser()

This commit is contained in:
Robert Jördens 2015-04-04 21:17:24 -06:00
parent fbedb7c754
commit 0ec7e9a98c
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class DummyScheduler:
watchdog = DummyWatchdog
def get_argparser(with_file):
def get_argparser(with_file=True):
parser = argparse.ArgumentParser(
description="Local experiment running tool")