Skip to content

Commit a759a5a

Browse files
committed
update the predefined function to work with user_scan after the changes
1 parent bef86b3 commit a759a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_scanner/core/orchestrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def load_modules(category_path: Path):
2727

2828

2929
def load_categories() -> Dict[str, Path]:
30-
root = Path(__file__).resolve().parent.parent # Should be user_scanner
30+
root = Path(__file__).resolve().parent.parent / "user_scan"
3131
categories = {}
3232

3333
for subfolder in root.iterdir():

0 commit comments

Comments
 (0)