Added hotfix to not disable always up2date categories.
This commit is contained in:
parent
3bc0652081
commit
4fd68994e1
2 changed files with 8 additions and 0 deletions
|
@ -978,6 +978,7 @@ def per_host(session, host, options, config):
|
|||
|
||||
for hc in host_categories_to_scan:
|
||||
if hc.always_up2date:
|
||||
successful_categories += 1
|
||||
continue
|
||||
category = hc.category
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue