mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-26 23:14:57 +00:00
example_security_connection: Fix whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ class IPv4Test(LFCliBase):
|
|||||||
|
|
||||||
def build(self):
|
def build(self):
|
||||||
# Build stations
|
# Build stations
|
||||||
#print("We've gotten into the build stations function")
|
# print("We've gotten into the build stations function")
|
||||||
self.station_profile.use_security(
|
self.station_profile.use_security(
|
||||||
self.security, self.ssid, self.password)
|
self.security, self.ssid, self.password)
|
||||||
self.station_profile.set_number_template(self.number_template)
|
self.station_profile.set_number_template(self.number_template)
|
||||||
@@ -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