changed timeout on 1k and added comments to ipv4 for including where helper file is

This commit is contained in:
Dipti
2021-02-02 00:37:22 -08:00
parent 24e9a33e63
commit a296363cdd
2 changed files with 4 additions and 2 deletions

View File

@@ -339,8 +339,10 @@ python3 ./test_ipv4_variable_time.py
print(args.col_names)
if type(args.col_names) is not list:
col_names=list(args.col_names.split(","))
#send col names here to file to reformat
else:
col_names = args.col_names
#send col names here to file to reformat
else:
col_names=None
if args.debug: