Skip to content

Commit 88d0956

Browse files
committed
add space
1 parent bf93995 commit 88d0956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netmiko/paloalto/paloalto_panos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def config_mode(self, config_command='configure'):
4848
def exit_config_mode(self, exit_config='exit', pattern=r'>'):
4949
"""Exit configuration mode."""
5050
return super(PaloAltoPanosBase, self).exit_config_mode(exit_config=exit_config,
51-
pattern=pattern)
51+
pattern=pattern)
5252

5353
def commit(self, force=False, partial=False, device_and_network=False,
5454
policy_and_objects=False, vsys='', no_vsys=False, delay_factor=.1):

0 commit comments

Comments
 (0)