Closed odscjames closed 2 years ago
Uploading https://github.com/Open-Telecoms-Data/lib-cove-ofds/blob/main/tests/fixtures/jsonschemavalidate/basic_1.input.json to cove crashes it.
class NodesLocationAndSpansRouteAdditionalCheckForNetwork(AdditionalCheckForNetwork): def check_node_first_pass(self, node: dict): location = node.get("location") if location: type = location.get("type")
'str' object has no attribute 'get'
On live - I've tested - as I reported I'm going to close
Uploading https://github.com/Open-Telecoms-Data/lib-cove-ofds/blob/main/tests/fixtures/jsonschemavalidate/basic_1.input.json to cove crashes it.
'str' object has no attribute 'get'