Samo Penic
2018-05-04 24419f3f161dd937649f645f6259fb7f3d2f1e06
Fix of error code reporting.
1 files modified
2 ■■■ changed files
tsclient.py 2 ●●● patch | view | raw | blame | history
tsclient.py
@@ -170,7 +170,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: