mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
fixed debug output
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user