mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
fixed debug output
This commit is contained in:
@@ -98,6 +98,7 @@ class IPV4L4(LFCliBase):
|
||||
expected_passes += 1
|
||||
while cur_time < interval_time:
|
||||
time.sleep(1)
|
||||
if self.debug:
|
||||
print(".",end="")
|
||||
cur_time = datetime.datetime.now()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user