Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
FACT 4.0.52, FACT 4.1.0, FACT 4.1.1
-
None
-
-
Night's Watch
-
Needs Assessment
-
Bug Fix
-
Previously, when accessing array values by indexes, Facter would raise a TypeError if a non-existent index is searched. This is now fixed so that Facter outputs nothing in this case.
-
Needs Assessment
Description
Facter allow accessing array values by indexes, but if an nonexistent index is searched, it will raise TypeError.
Eg.
facter processors.models.1999
|