We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf93995 commit 88d0956Copy full SHA for 88d0956
netmiko/paloalto/paloalto_panos.py
@@ -48,7 +48,7 @@ def config_mode(self, config_command='configure'):
48
def exit_config_mode(self, exit_config='exit', pattern=r'>'):
49
"""Exit configuration mode."""
50
return super(PaloAltoPanosBase, self).exit_config_mode(exit_config=exit_config,
51
- pattern=pattern)
+ pattern=pattern)
52
53
def commit(self, force=False, partial=False, device_and_network=False,
54
policy_and_objects=False, vsys='', no_vsys=False, delay_factor=.1):
0 commit comments