Skip to content
Snippets Groups Projects
Commit 4674f9f8 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent 2f4b7aa4
Branches
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ def main(): ...@@ -105,7 +105,7 @@ def main():
chpump_kwargs = {} chpump_kwargs = {}
plotter_kwargs = {} plotter_kwargs = {}
if args['monitor']: if not args['monitor']:
det_id = int(args['-d']) det_id = int(args['-d'])
plots_path = args['-o'] plots_path = args['-o']
ligier_ip = args['-l'] ligier_ip = args['-l']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment