Skip to content

Commit

Permalink
fix: group anomaly acl bug
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-girard committed Oct 9, 2023
1 parent 585ad72 commit 7bf0d64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ad_miner/sources/modules/users.py
Expand Up @@ -1436,7 +1436,11 @@ def generatePasswordNotRequiredPage(self):
def genGroupAnomalyAcl(self, domain):

if self.group_anomaly_acl is None:
return
page = Page(
self.arguments.cache_prefix, "group_anomaly_acl", "Group Anomaly ACL", "group_anomaly_acl"
)
page.render()
return 0

formated_data_details = []
formated_data = {}
Expand Down

0 comments on commit 7bf0d64

Please sign in to comment.