Skip to content
Snippets Groups Projects
Commit 061e7810 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Clean up blank line in calibrate.py

parent be840c2a
No related branches found
No related tags found
1 merge request!1059[webservice] Intoduce Global Logger for xfel-calibrate
...@@ -681,7 +681,6 @@ def run(argv=None): ...@@ -681,7 +681,6 @@ def run(argv=None):
cal_work_dir / "setup-logging-nb.py" cal_work_dir / "setup-logging-nb.py"
) )
if nb_details.user_venv: if nb_details.user_venv:
print("Using specified venv:", nb_details.user_venv) print("Using specified venv:", nb_details.user_venv)
python_exe = str(nb_details.user_venv / 'bin' / 'python') python_exe = str(nb_details.user_venv / 'bin' / 'python')
......
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