Skip to content

Commit

Permalink
use abspath
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jan 7, 2024
1 parent 9df23e4 commit dc2ccdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion surfaces/data_collector/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@


paths = {
"search-data path": os.path.join(here_path, "..", "search_data.db"),
"search-data path": os.path.abspath(
os.path.join(here_path, "..", "search_data.db")
),
}

0 comments on commit dc2ccdc

Please sign in to comment.