We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29865d7 commit 1ea92a1Copy full SHA for 1ea92a1
qiita_db/environment_manager.py
@@ -142,8 +142,7 @@ def create_mountpoints():
142
for (ddid, subdir) in qdb.util.get_mountpoint(mountpoint,
143
retrieve_all=True):
144
if not exists(join(qiita_config.base_data_dir, subdir)):
145
- if qiita_config.test_environment and \
146
- exists(get_support_file('test_data', subdir)):
+ if qiita_config.test_environment:
147
# if in test mode, we want to potentially fill the
148
# new directory with according test data
149
copytree(get_support_file('test_data', subdir),
0 commit comments