@ -2821,6 +2821,8 @@ def getCategoryTypes(baseDir: str) -> []:
for f in files:
if not f.endswith('.json'):
continue
if '#' in f or '~' in f:
if f.startswith('custom'):
ontologyFilename = f.split('.')[0]