Fixing exit_on_error mistakes

Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
Matthew Stidham
2021-03-17 16:14:03 -07:00
parent e000571594
commit e1a865f946
7 changed files with 10 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ class CreateQVlan(Realm):
gateway=None,
port_list=[],
ip_list=[],
exit_on_error=False,
debug=False):
super().__init__(host, port)
self.host = host