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:
@@ -193,9 +193,7 @@ Command example:
|
|||||||
if 'csv' in args.report_file:
|
if 'csv' in args.report_file:
|
||||||
df.to_csv(args.report_file)
|
df.to_csv(args.report_file)
|
||||||
if 'xlsx' in args.report_file:
|
if 'xlsx' in args.report_file:
|
||||||
df.to_excel(args.report_file)
|
df.to_excel(args.report_file)
|
||||||
else:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user