We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a5574 commit 992683aCopy full SHA for 992683a
src/access_mopper/templates/cmor_job_script.j2
@@ -27,8 +27,5 @@ export INPUT_FOLDER="{{ config.get('input_folder') }}"
27
export OUTPUT_FOLDER="{{ config.get('output_folder') }}"
28
export DRS_ROOT="{{ config.get('drs_root', '') }}"
29
30
-# Change to script directory
31
-cd {{ script_dir }}
32
-
33
# Run the Python script
34
-python {{ python_script_path|string.split('/')[-1] }}
+python {{ python_script_path }}
0 commit comments