Skip to content

Commit 0ec7e9a

Browse files
committedApr 5, 2015
artiq_run: fix get_argparser()
1 parent fbedb7c commit 0ec7e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎artiq/frontend/artiq_run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def cancel_timed(self, trid):
7575
watchdog = DummyWatchdog
7676

7777

78-
def get_argparser(with_file):
78+
def get_argparser(with_file=True):
7979
parser = argparse.ArgumentParser(
8080
description="Local experiment running tool")
8181

0 commit comments

Comments
 (0)
Please sign in to comment.