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