Skip to content

Commit

Permalink
Fix database path type
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzwicknagl committed Dec 6, 2024
1 parent 641688a commit b061d9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/viasp/shared/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
LOCALES_PATH = pathlib.Path(__file__).parent.parent.resolve() / "locales" / DEFAULT_LOCALE
SHARED_PATH = pathlib.Path(__file__).parent.resolve()
GRAPH_PATH = SHARED_PATH / "viasp_graph_storage.db"
print(f'Type of GRAPH_PATH: {type(GRAPH_PATH)}', flush=True)
SERVER_PATH = pathlib.Path(__file__).parent.parent.resolve() / "server/"
STATIC_PATH = os.path.join(SERVER_PATH, "static")
CLINGRAPH_PATH = os.path.join(STATIC_PATH, "clingraph")
Expand Down

0 comments on commit b061d9e

Please sign in to comment.