Skip to content

Commit 8cea114

Browse files
committed
remove spurious comma
1 parent 106bd93 commit 8cea114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/extpar_cru_to_buffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
f'extract HSURF from {raw_data_tclim_fine} '
207207
f'--> {step2_cdo}')
208208

209-
utils.launch_shell('cdo', lock, '-f', 'nc4', '-P', omp, '-selname,HSURF,',
209+
utils.launch_shell('cdo', lock, '-f', 'nc4', '-P', omp, '-selname,HSURF',
210210
raw_data_tclim_fine, step2_cdo)
211211

212212
logging.info('STEP 3: '

0 commit comments

Comments
 (0)