Skip to content

Commit

Permalink
Add NOTE comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Aug 16, 2024
1 parent e7b4527 commit 6681dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zabbix_auto_config/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1802,6 +1802,7 @@ def do_update(self) -> None:

for hostgroup_name in list(host_hostgroups.keys()):
# TODO: Here lies a bug due to managed_hostgroup_names not being properly updated above?
# NOTE (pederhan): Not sure what this refers to?
if (
hostgroup_name in managed_hostgroup_names
and hostgroup_name not in synced_hostgroup_names
Expand Down

0 comments on commit 6681dc6

Please sign in to comment.