-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Milestone
Description
I might miss something here, but from reading the code of
qiita/qiita_core/configuration_manager.py
Line 21 in fdad618
class ConfigurationManager(object): |
UPLOAD_DATA_DIR
of the [main]
section is ever used. Maybe you want to remove it?
qiita/qiita_core/support_files/config_test.cfg
Lines 28 to 30 in fdad618
# Download path files | |
UPLOAD_DATA_DIR = /home/runner/work/qiita/qiita/qiita_db/support_files/test_data/uploads/ | |
also in the test
qiita/qiita_core/tests/test_configuration_manager.py
Lines 309 to 311 in fdad618
# Download path files | |
UPLOAD_DATA_DIR = /tmp/ | |
Metadata
Metadata
Assignees
Labels
No labels