We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9f23d commit 00a2198Copy full SHA for 00a2198
labscript_profile/create.py
@@ -95,7 +95,7 @@ def create_profile():
95
help='Sets the apparatus_name in the labconfig file. Defaults to example_apparatus',
96
)
97
parser.add_argument('-c', '--compile',
98
- type=bool,
+ action='store_true',
99
help='Enables compilation of the default example connection table',
100
default=False)
101
0 commit comments