lf_cisco_power.py : adding the csv file names to output file

This commit is contained in:
Chuck SmileyRekiere
2020-11-03 10:46:01 -07:00
parent ce6d1766ba
commit 3a5ad247a5

View File

@@ -326,6 +326,12 @@ def main():
if args.email != None:
logg.info("email_dict {}".format(email_dict))
if args.outfile != None:
logg.info("output file: {}".format(outfile))
logg.info("output file full: {}".format(full_outfile))
logg.info("output file xlsx: {}".format(outfile_xlsx))
if (args.bandwidth == None):
logg.info("ERROR: Must specify bandwidths")
exit(1)