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" ]
then
cd $casePath/CFD/octave
cd $casePath
python results.py
fi