Skip to content

Commit b23c8af

Browse files
lukaspielukaspie
andauthored
temporarily deactivate schema caching (#734)
Co-authored-by: lukaspie <lukaspie@github.com>
1 parent b4e8b82 commit b23c8af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pynxtools/nomad/schema.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,8 @@ def init_nexus_metainfo():
11581158
if nexus_metainfo_package is not None:
11591159
return
11601160
try:
1161-
load_nexus_schema()
1161+
# load_nexus_schema()
1162+
raise Exception("not loading cached schema for now")
11621163

11631164
except Exception:
11641165
nexus_metainfo_package = create_metainfo_package()

0 commit comments

Comments
 (0)