Skip to content

Commit 0816945

Browse files
author
Kasra Farmer
committed
Correcting job submission names
1 parent f3d0cf9 commit 0816945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extract-dataset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ call_processing_func () {
374374
local chunkTStep="$2" # chunking time-frame periods
375375

376376
# local variables
377-
local scriptName=$(basename $scriptFile) # script/dataset name
377+
local scriptName=$(basename $scriptFile | cut -d '.' -f 1) # script/dataset name
378378
local logDir="$HOME/.datatool/" # local directory for logs
379379
local jobArrLen
380380

0 commit comments

Comments
 (0)