From 6bb7d2af3bc3c1f032c1c0c4060577a158ff5f8d Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sun, 23 Dec 2018 17:02:49 +0000
Subject: [PATCH] Fix in a bug
---
tsclient.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tsclient.py b/tsclient.py
index 610f947..8435467 100755
--- a/tsclient.py
+++ b/tsclient.py
@@ -282,7 +282,7 @@
try:
concurrent_runs=client_ping(self.conn_address,cid)
except:
- print("[{}] Could not client ping.".format(self.sid))
+ print("[{}] Could not client ping.".format(self.id))
self.p.terminate()
self.p=None
removeDir(self.workingdir.fullpath())
--
Gitblit v1.8.0