fix up path of python post-processing

This commit is contained in:
danielque
2022-03-24 14:35:09 +01:00
parent cc19fd3a46
commit 38b8d6c8b8

View File

@ -31,8 +31,7 @@ parCFDDEMrun $logpath $logfileName $casePath $headerText $solverName $nrProcs $m
if [ $runPython == "true" ] if [ $runPython == "true" ]
then then
cd $casePath
cd $casePath/CFD/octave
python results.py python results.py
fi fi