Skip to content

Commit

Permalink
Update add-base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepublic authored Dec 6, 2024
1 parent 08f8e3c commit 343c1d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion add-base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import argparse
import rdflib


# test comment
def find_ontology_base(file_path):
g = rdflib.Graph()
g.parse(file_path, format='turtle')
Expand Down Expand Up @@ -38,4 +40,4 @@ def add_base_if_missing(file_path):

args = parser.parse_args()

add_base_if_missing(args.file_path)
add_base_if_missing(args.file_path)

0 comments on commit 343c1d6

Please sign in to comment.