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: SegmentError and SegmentTraitError keep built dictionaries #33

Closed ElijahSwiftIBM closed 11 months ago

ElijahSwiftIBM commented 11 months ago

Describe the bug SegmentError and SegmentTraitError exit the code without clearing segment trait dictionaries. This leads to improper request dictionaries built on the next request.

To Reproduce Make a request that will encounter SegmentTraitError or SegmentError. Make another request incompatible with those traits.

Expected behavior These requests should be independent of one another if at all possible

Console Output N/A

Environment Information:

Additional context N/A

lcarcaramo commented 11 months ago

Resolved by: #34