mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	measure_station_time_up: Remove empty else clause
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		| @@ -193,9 +193,7 @@ Command example: | ||||
|     if 'csv' in args.report_file: | ||||
|         df.to_csv(args.report_file) | ||||
|     if 'xlsx' in args.report_file: | ||||
|         df.to_excel(args.report_file) | ||||
|     else: | ||||
|  | ||||
|         df.to_excel(args.report_file)       | ||||
|  | ||||
|  | ||||
| if __name__ == "__main__": | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham