Open
Description
Issue is in this if-elif-else block
labscript-devices/labscript_devices/PrawnBlaster/runviewer_parsers.py
Lines 96 to 115 in e1f3d32
The elif
block always triggers on the next instruction after a wait, even if the current instruction is not also a wait (the proper indication of an indefinite wait).
Pretty sure the elif
check should be elif row["reps"] == 0 and last_instruction_was_wait: