Commit 2e765261 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

force unbuffering when running gpsans

parent beeb9a63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
        echo ipts_number = None > /app/staff_input.py &&
        echo output_directory = None >> /app/staff_input.py &&
        cat $staff_input >> /app/staff_input.py &&
        python /app/gpsans.py -i $ipts_number -o reduced
        python -u /app/gpsans.py -i $ipts_number -o reduced
        > >(tee -a $output) 2> >(tee -a $output >&2)

    ]]></command>