File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ def run_con_report(xmlcon: NamedBytes):
224224# if a previous run fails, some state is recorded that prevents a clean start again (via UI popup) , so we just remove that
225225rm -rf /.wine/drive_c/users/abc/AppData/Local/Sea-Bird/
226226cd /.wine/drive_c/proc/${TMPDIR_R2R}/in;
227- timeout ${R2R_TIMEOUT} wine "/.wine/drive_c/Program Files (x86)/Sea-Bird/SBEDataProcessing-Win32/SBEBatch.exe" batch.txt ${R2R_HEXNAME} ../out ${R2R_XMLCON} ../out/${R2R_TMPCNV} -s
227+ timeout ${R2R_TIMEOUT} wine "/.wine/drive_c/Program Files (x86)/Sea-Bird/SBEDataProcessing-Win32/SBEBatch.exe" batch.txt " ${R2R_HEXNAME}" ../out " ${R2R_XMLCON}" " ../out/${R2R_TMPCNV}" -s
228228# if the above process times out, print something to standard error we can check for
229229[ $? -eq 124 ] && echo "SBEBatch.exe TIMEOUT" 1>&2 && exit 1;
230230exit 0;
You can’t perform that action at this time.
0 commit comments