Skip to content

Commit

Permalink
use existing ontoenv
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Jan 22, 2025
1 parent 4911f20 commit fa2858b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

graph = rdflib.Graph()
cfg = ontoenv.Config(["models", "ontologies"], offline=False, strict=False)
env = ontoenv.OntoEnv(cfg)
env = ontoenv.OntoEnv(cfg, read_only=True, recreate=False)

if __name__ == "__main__":
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit fa2858b

Please sign in to comment.