Skip to content
Snippets Groups Projects
Commit cbf76056 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

remove unneeded changes to calibrate.py

parent a70c0cc8
No related branches found
No related tags found
1 merge request!841[JUNGFRAU][FF] Feat: new notebook for producing gain constants.
......@@ -576,9 +576,12 @@ def run(argv=None):
# Ensure files are opened as UTF-8 by default, regardless of environment.
if "readthedocs.org" not in sys.executable:
locale.setlocale(locale.LC_CTYPE, ('en_US', 'UTF-8'))
if argv is None:
argv = sys.argv
args, nb_details = parse_argv_and_load_nb(argv)
concurrency = nb_details.concurrency
concurrency_par = args["concurrency_par"] or concurrency['parameter']
if concurrency_par == concurrency['parameter']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment