Skip to content

Commit 992683a

Browse files
committed
Fix
1 parent b3a5574 commit 992683a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/access_mopper/templates/cmor_job_script.j2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,5 @@ export INPUT_FOLDER="{{ config.get('input_folder') }}"
2727
export OUTPUT_FOLDER="{{ config.get('output_folder') }}"
2828
export DRS_ROOT="{{ config.get('drs_root', '') }}"
2929

30-
# Change to script directory
31-
cd {{ script_dir }}
32-
3330
# Run the Python script
34-
python {{ python_script_path|string.split('/')[-1] }}
31+
python {{ python_script_path }}

0 commit comments

Comments
 (0)