mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
defaults to printing report file path in terminal
This commit is contained in:
@@ -291,14 +291,14 @@ python3 ./test_ipv4_variable_time.py
|
|||||||
print('Defaulting to csv data file output type, naming it data.csv.')
|
print('Defaulting to csv data file output type, naming it data.csv.')
|
||||||
report_f = str(path) + '/data.csv'
|
report_f = str(path) + '/data.csv'
|
||||||
output = 'csv'
|
output = 'csv'
|
||||||
if args.debug:
|
|
||||||
print("Saving report data in ... " + report_f)
|
|
||||||
else:
|
else:
|
||||||
report_f = args.report_file
|
report_f = args.report_file
|
||||||
if args.output_format is None:
|
if args.output_format is None:
|
||||||
output = str(args.report_file).split('.')[-1]
|
output = str(args.report_file).split('.')[-1]
|
||||||
else:
|
else:
|
||||||
output = args.output_format
|
output = args.output_format
|
||||||
|
print("Saving report data in ... " + report_f)
|
||||||
|
|
||||||
# Retrieve last data file
|
# Retrieve last data file
|
||||||
compared_rept = None
|
compared_rept = None
|
||||||
|
|||||||
Reference in New Issue
Block a user