From fa2858b6730969a524f63c4c3c5a52ca4e91e7a8 Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Tue, 21 Jan 2025 18:04:55 -0700 Subject: [PATCH] use existing ontoenv --- tools/compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/compile.py b/tools/compile.py index 7beda08..05a046d 100644 --- a/tools/compile.py +++ b/tools/compile.py @@ -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(