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

Fix comment about default Python

parent 37786afb
No related branches found
No related tags found
1 merge request!350Simplify how batch jobs find Python tools
......@@ -4,7 +4,7 @@ import sys
# path into which temporary files from each run are placed
temp_path = os.path.abspath("temp/")
# Path to use for calling Python. If the environment is correctly set, simply the command
# Path to use for calling Python. By default, the Python xfel-calibrate is run in.
python_path = sys.executable
# Path to find activate script
......
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