Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wang.wangqiang committed Apr 17, 2024
1 parent ead8980 commit 4b7770e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_creator/firewall/forti.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def configure_policy(self):

def configure_policy_modify(self, policy_id, select):
if policy_id == "":
pass
command = "config firewall policy\n"
else:
command = "config firewall policy\n" + "edit %s\n"% policy_id
src_address_str = ""
Expand Down

0 comments on commit 4b7770e

Please sign in to comment.