Skip to content

Commit

Permalink
Update prefilterrules.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclem authored Apr 16, 2024
1 parent bff4919 commit c236a82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fmcapi/api_objects/policy_services/prefilterrules.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ def URL_SUFFIX(self):
url = f"{url}insertBefore={self.insertBefore}"
elif "insertAfter" in self.__dict__:
url = f"{url}insertAfter={self.insertAfter}"

return url[:-1]
else:
return ""
return url

def parse_kwargs(self, **kwargs):
"""
Expand Down

0 comments on commit c236a82

Please sign in to comment.