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