Hopefully clear up some junos issues. (#17616)

pull/19418/head
Nathaniel Case 8 years ago committed by GitHub
parent dce8f3899e
commit 2405c0bbef

@ -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…
Cancel
Save