Skip to content

Commit 50443ce

Browse files
Merge pull request #17 from agile-learning-institute/refactor-types-to-root
refactor: move types folder to root level of input structure
2 parents 0c90d04 + f18fc43 commit 50443ce

40 files changed

+1
-1
lines changed

stage0_mongodb_api/managers/schema_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _load_types(self) -> List[Dict]:
5454
List of load errors
5555
"""
5656
errors = []
57-
types_dir = os.path.join(self.config.INPUT_FOLDER, "dictionary", "types")
57+
types_dir = os.path.join(self.config.INPUT_FOLDER, "types")
5858
if not os.path.exists(types_dir):
5959
errors.append({
6060
"error": "directory_not_found",

0 commit comments

Comments
 (0)