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

switching quotation marks

parent 57aa1e44
No related branches found
No related tags found
1 merge request!59Feat: Load anaconda in non-karabo python end only
......@@ -392,7 +392,7 @@ def concurrent_run(temp_path, nb, nbname, args, cparm=None, cval=None,
with open("{}/finalize.sh".format(temp_path), "w") as finfile:
finfile.write("#!/bin/tcsh\n")
finfile.write("module load texlive/2017\n")
finfile.write('if [[ `which python` != *"karabo"* ]];\n')
finfile.write("if [[ `which python` != *'karabo'* ]];\n")
finfile.write("then module load anaconda/3; fi\n")
finfile.write("echo 'Running finalize script'\n")
finfile.write(
......
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