Skip to content

Commit 00a2198

Browse files
committed
Make compile flag a toggle.
1 parent 2d9f23d commit 00a2198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labscript_profile/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def create_profile():
9595
help='Sets the apparatus_name in the labconfig file. Defaults to example_apparatus',
9696
)
9797
parser.add_argument('-c', '--compile',
98-
type=bool,
98+
action='store_true',
9999
help='Enables compilation of the default example connection table',
100100
default=False)
101101

0 commit comments

Comments
 (0)