We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91417f commit 8ea96a7Copy full SHA for 8ea96a7
odml/tools/rdf_converter.py
@@ -53,6 +53,8 @@ def __init__(self, odml_documents):
53
except yaml.parser.ParserError as err:
54
print(err)
55
return
56
+ else:
57
+ print("[Warning] Could not find subclass file '%s'" % subclass_path)
58
59
def convert_to_rdf(self):
60
self.hub_root = URIRef(odmlns.Hub)
0 commit comments