Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
righel committed Oct 31, 2024
1 parent ebeeb58 commit 14935bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mispguard.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,9 @@ def check_analyst_relationship_rules(
self.check_event_level_rules(rules, analyst_relationship["related_object"])

if analyst_relationship["related_object_type"] == "Object":
self.check_object_level_rules(rules, [analyst_relationship["related_object"]["Object"]])
self.check_object_level_rules(
rules, [analyst_relationship["related_object"]["Object"]]
)

if analyst_relationship["related_object_type"] == "Attribute":
self.check_attribute_level_rules(
Expand Down

0 comments on commit 14935bf

Please sign in to comment.