mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 10:48:02 +00:00 
			
		
		
		
	lf_tr398v2_test: Fix whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		| @@ -266,7 +266,6 @@ if sys.version_info[0] != 3: | ||||
|     print("This script requires Python 3") | ||||
|     exit(1) | ||||
|  | ||||
|  | ||||
| sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../"))) | ||||
|  | ||||
| cv_test_manager = importlib.import_module("py-json.cv_test_manager") | ||||
| @@ -330,13 +329,12 @@ class TR398v2Test(cvtest): | ||||
|         # Nothing to do at this time. | ||||
|         return | ||||
|  | ||||
|  | ||||
|     def run(self): | ||||
|         self.sync_cv() | ||||
|         time.sleep(2) | ||||
|         self.sync_cv() | ||||
|  | ||||
|         blob_test = "TR398v2-"; | ||||
|         blob_test = "TR398v2-" | ||||
|  | ||||
|         self.rm_text_blob(self.config_name, blob_test)  # To delete old config with same name | ||||
|         self.show_text_blob(None, None, False) | ||||
| @@ -370,7 +368,6 @@ class TR398v2Test(cvtest): | ||||
|  | ||||
|  | ||||
| def main(): | ||||
|  | ||||
|     parser = argparse.ArgumentParser(""" | ||||
|     Open this file in an editor and read the top notes for more details. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham