Samo Penic
2018-05-15 b1b8fc9f25fcff8bc145889abfaefe4ea48bf629
tsclient.py
@@ -171,7 +171,7 @@
            sleep(1)
            if(p.poll() is not None): # trisurf exited!
               print("Trisurf was stopped with return code {}".format(p.returncode))
               if(p.returncode!=0):
               if(p.returncode>0):
                  try:
                     send_error_report(CONNECT_ADDR, cid, rid, p.returncode)
                  except: