mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
create_wanlink.py typo in parser: prog
This commit is contained in:
@@ -246,7 +246,7 @@ def main(args={}):
|
||||
|
||||
if __name__ == '__main__':
|
||||
parser = LFCliBase.create_basic_argparse(
|
||||
prog='test_wanlink.py',
|
||||
prog='create_wanlink.py',
|
||||
formatter_class=argparse.RawTextHelpFormatter)
|
||||
for group in parser._action_groups:
|
||||
if group.title == "required arguments":
|
||||
|
||||
Reference in New Issue
Block a user