Skip to content

Commit

Permalink
Fix default xml value in Firewall op method
Browse files Browse the repository at this point in the history
  • Loading branch information
btorresgil committed Mar 18, 2016
1 parent 2e16230 commit 177b15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandevice/firewall.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def _parent_xpath(self):
parent_xpath = self.parent.xpath()
return parent_xpath

def op(self, cmd=None, vsys=None, xml=True, cmd_xml=True, extra_qs=None, retry_on_peer=False):
def op(self, cmd=None, vsys=None, xml=False, cmd_xml=True, extra_qs=None, retry_on_peer=False):
"""Perform operational command on this Firewall
Args:
Expand Down

0 comments on commit 177b15f

Please sign in to comment.