Skip to content

Commit

Permalink
add DATA_FOLDER_PATH in default config for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Jul 17, 2024
1 parent fa26b1a commit 9cd7cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.pytest_cache
data
dist
venv
output
Expand Down
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Config(object):
PORT = "5000"
CORS_HEADERS = "Content-Type"
UPLOAD_FOLDER = "./uploads"
DATA_FOLDER_PATH = "./data/"
WORKFLOWS_DATA_FOLDER = "./data_workflows/"
LOCK_FOLDER = "./lock/"
TIME_FOLDER = "./time/"
Expand Down

0 comments on commit 9cd7cb9

Please sign in to comment.