Skip to content

Commit a355c50

Browse files
committed
s
1 parent 46c1fc2 commit a355c50

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

app/services/gap_analyzer/background_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self):
5151
# The folders are at the same level as the 'app' folder, not inside it
5252
# From: app/services/gap_analyzer/background_processor.py
5353
# Go up to: app/services/gap_analyzer -> app/services -> app -> project_root
54-
project_root = Path(__file__).parent.parent.parent.parent # Go up to project root
54+
project_root = Path(__file__).parent.parent.parent # Go up to project root (3 levels, not 4)
5555
self.results_dir = project_root / "gap_analysis_results"
5656
self.jobs_dir = project_root / "gap_analysis_jobs"
5757

test_path_resolution.py

Whitespace-only changes.

0 commit comments

Comments
 (0)