Skip to content

Commit 8ea96a7

Browse files
committed
[tools/rdfconverter] Add subsection file warning
1 parent b91417f commit 8ea96a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

odml/tools/rdf_converter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ def __init__(self, odml_documents):
5353
except yaml.parser.ParserError as err:
5454
print(err)
5555
return
56+
else:
57+
print("[Warning] Could not find subclass file '%s'" % subclass_path)
5658

5759
def convert_to_rdf(self):
5860
self.hub_root = URIRef(odmlns.Hub)

0 commit comments

Comments
 (0)