fixed debug output

This commit is contained in:
Dipti
2020-12-15 16:02:40 -08:00
parent 5290697231
commit cfdc62bcb8

View File

@@ -98,7 +98,8 @@ class IPV4L4(LFCliBase):
expected_passes += 1
while cur_time < interval_time:
time.sleep(1)
print(".",end="")
if self.debug:
print(".",end="")
cur_time = datetime.datetime.now()
if self.cx_profile.check_errors(self.debug):