Samo Penic
2018-05-05 eccf3a5f7218be8d6a10dbdc5a8202c26341c75f
tsclient.py
@@ -60,6 +60,7 @@
      status=client_data['status']
      return (rid,tape,vtu,status)
   else:
      print(response.text)
      raise ValueError
@@ -170,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: