create_l3_stations.py --no_cleanup , changed to using switch from base args

parser

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-03-21 06:42:27 -06:00
committed by shivam
parent a45687f1a7
commit b383a7c6c3

View File

@@ -242,10 +242,6 @@ def main():
help='Optional: User defined station names, can be a comma or space separated list',
nargs='+',
default=None)
optional_args.add_argument(
'--no_cleanup',
help="Optional: Don't cleanup existing stations",
action='store_true')
args = parser.parse_args()
logger_config = lf_logger_config.lf_logger_config()