Skip to content

Commit 1a8304e

Browse files
committed
handle filenames with spaces in the hex to cnv sh file
1 parent 4e02fac commit 1a8304e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/r2r_ctd/docker_ctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
225225
rm -rf /.wine/drive_c/users/abc/AppData/Local/Sea-Bird/
226226
cd /.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;
230230
exit 0;

0 commit comments

Comments
 (0)