Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tools4rdf/network/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@


def parse_ontology(infile, format="xml"):
if not os.path.exists(infile):
raise FileNotFoundError(f"file {infile} not found!")
graph = Graph()
graph.parse(infile, format=format)
return OntoParser(graph)
Expand Down
Loading