Closed masuKKax closed 1 year ago
Bugfix: If only object_name is given and object_id=None, the function ObjectIdentifier(object_id) throws an error.
Solution: obj_id = ObjectIdentifier(object_id) is moved into the if-branches where it is needed
This pull request has not been processed yet, please proceed or close.
Bugfix: If only object_name is given and object_id=None, the function ObjectIdentifier(object_id) throws an error.
Solution: obj_id = ObjectIdentifier(object_id) is moved into the if-branches where it is needed