mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-27 07:23:36 +00:00
example_security_connection: Fix whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -103,10 +103,6 @@ def main():
|
|||||||
--passwd admin123-wpa3
|
--passwd admin123-wpa3
|
||||||
--debug
|
--debug
|
||||||
''')
|
''')
|
||||||
required = None
|
|
||||||
for agroup in parser._action_groups:
|
|
||||||
if agroup.title == "required arguments":
|
|
||||||
required = agroup
|
|
||||||
# if required is not None:
|
# if required is not None:
|
||||||
optional = None
|
optional = None
|
||||||
for agroup in parser._action_groups:
|
for agroup in parser._action_groups:
|
||||||
|
|||||||
Reference in New Issue
Block a user