Closed patricia-nasa closed 1 year ago
A lot of the pyobs scripts use the 'types' module to check for a type (e.g. ListType, StrType). this is deprecated in python3. should use python native types to check the variable type.
A lot of the pyobs scripts use the 'types' module to check for a type (e.g. ListType, StrType). this is deprecated in python3. should use python native types to check the variable type.