lf_cisco_power.py : force keep_state to validate

This commit is contained in:
Chuck SmileyRekiere
2021-01-11 12:40:52 -07:00
parent ca402ded45
commit 527e359b84

View File

@@ -1671,7 +1671,7 @@ def main():
exit_test(workbook) exit_test(workbook)
exit_test(workbook) exit_test(workbook)
else:
# Set things back to defaults # Set things back to defaults
# remove the station # remove the station
if(args.cleanup): if(args.cleanup):
@@ -1908,3 +1908,4 @@ if __name__ == '__main__':
#### ####
#### ####
#### ####