Skip to content

Commit

Permalink
artiq_run: fix get_argparser()
Browse files Browse the repository at this point in the history
jordens committed Apr 5, 2015
1 parent fbedb7c commit 0ec7e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/frontend/artiq_run.py
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ def cancel_timed(self, trid):
watchdog = DummyWatchdog


def get_argparser(with_file):
def get_argparser(with_file=True):
parser = argparse.ArgumentParser(
description="Local experiment running tool")

0 comments on commit 0ec7e9a

Please sign in to comment.