Skip to content

Commit

Permalink
Merge pull request #189 from marksull/bugfix/prefilter_failure
Browse files Browse the repository at this point in the history
Bugfix/prefilter failure
  • Loading branch information
marksull authored Apr 16, 2024
2 parents 70761fa + 8071ae3 commit bff4919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fmcapi/api_objects/policy_services/prefilterrules.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def URL_SUFFIX(self):
elif "insertAfter" in self.__dict__:
url = f"{url}insertAfter={self.insertAfter}"

return url
return url[:-1]

def parse_kwargs(self, **kwargs):
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="fmcapi",
version="20240412.0",
version="20240416.0",
description="Easier interface to Cisco's FMC API than writing your own way.",
long_description="""With the removal to configure a Cisco NGFW via the command line your only option is to
do so via a manager. Some things are better when automated so using the manager's API gives us that power.
Expand Down

0 comments on commit bff4919

Please sign in to comment.