ovis-hpc / sos

sos pre-release stable.
https://github.com/ovis-hpc/sos/wiki
Other
4 stars 7 forks source link

Fix Python Sos.DsosSchema intializer #94

Closed narategithub closed 1 year ago

narategithub commented 1 year ago

DsosSchema initializer set its dcont using the supplied cont from the __init__() function argument, but then reset dcont to None. This seems to be a typological error. With dcont being None, the subsequent attributes obtain from DsosSchema will not be able to perform find because it does not have a reference to the DsosContainer.