Skip to content

Commit 8e202ee

Browse files
committed
Log version
1 parent b7291df commit 8e202ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fc_cycle/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ def main(args):
8484
_, args = _parse_args(args)
8585
_set_verbosity(args)
8686

87+
LOGGER.debug("Running FC-Cycle Version {}".format(__version__))
88+
8789
serial_name = input("Serial Port Name (optional): ")
8890
gsioc_id = input("GSIOC ID (default 61): ")
8991
max_tubes = int(input("Max Tubes (default: 20): ") or 20)

0 commit comments

Comments
 (0)