Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Jan 19, 2024
1 parent 97b12b4 commit e642706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sparqlunicorn_ontdoc/docgeneration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,7 @@ def processCollectionPages(self,pagesmap,graph,subject,f):

def main():
prefixes={"reversed":{}}
print("PREFIX EXISTS? "+resourcepath+'prefixes.json '+str(os.path.exists(resourcepath+'prefixes.json')))
if os.path.exists(resourcepath+'prefixes.json'):
with open(resourcepath+'prefixes.json', encoding="utf-8") as f:
prefixes = json.load(f)
Expand Down

0 comments on commit e642706

Please sign in to comment.