ambitus / pyracf

Python interface to the RACF Command interface.
https://ambitus.github.io/pyracf/
Apache License 2.0
10 stars 4 forks source link

Bug Report: Resource Profile Subfunctions extract "" as "" and not as null #37

Closed ElijahSwiftIBM closed 10 months ago

ElijahSwiftIBM commented 11 months ago

Describe the bug Resource Profile Subfunctions extract "" as "" and not as null

To Reproduce Set a trait like grouping_class_name to "" in a resource profile and extract it with any applicable profile extract function.

Expected behavior This should be cast to null rather than left as an empty string

Console Output Visible in unit tests and documentation for resource profile subfunctions

Environment Information: N/A

Additional context N/A

lcarcaramo commented 10 months ago

resolved by #38 and #39