diff --git a/dstat_interface/dstat_comm.py b/dstat_interface/dstat_comm.py index 4060c30a10f005e8fb23f75b0125220191f9c2a5..51abfc6963ec4abecb1d09e1aedd599dfeaac502 100755 --- a/dstat_interface/dstat_comm.py +++ b/dstat_interface/dstat_comm.py @@ -69,7 +69,7 @@ def _serial_process(ser_port, proc_pipe, ctrl_pipe, data_pipe, simulate=False): else: ser.write('V') break - ser_logger.info("Done Init") + while True: # These can only be called when no experiment is running if ctrl_pipe.poll():