We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef86b3 commit a759a5aCopy full SHA for a759a5a
user_scanner/core/orchestrator.py
@@ -27,7 +27,7 @@ def load_modules(category_path: Path):
27
28
29
def load_categories() -> Dict[str, Path]:
30
- root = Path(__file__).resolve().parent.parent # Should be user_scanner
+ root = Path(__file__).resolve().parent.parent / "user_scan"
31
categories = {}
32
33
for subfolder in root.iterdir():
0 commit comments