Hopefully clear up some junos issues. (#17616)
This commit is contained in:
parent
dce8f3899e
commit
2405c0bbef
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,6 @@ class CommandRunner(object):
|
|||
|
||||
self._default_output = module.connection.default_output
|
||||
|
||||
|
||||
def add_command(self, command, output=None, prompt=None, response=None,
|
||||
**kwargs):
|
||||
if command in [str(c) for c in self.commands]:
|
||||
|
@ -185,6 +184,7 @@ class CommandRunner(object):
|
|||
errmsg = 'One or more conditional statements have not been satisfied'
|
||||
raise FailedConditionsError(errmsg, failed_conditions)
|
||||
|
||||
|
||||
class Conditional(object):
|
||||
"""Used in command modules to evaluate waitfor conditions
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue