We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cc718f + 5ab3ebb commit 89cab41Copy full SHA for 89cab41
qiita_db/environment_manager.py
@@ -145,7 +145,7 @@ def create_mountpoints():
145
if qiita_config.test_environment:
146
# if in test mode, we want to potentially fill the
147
# new directory with according test data
148
- copytree(get_support_file('test_data', subdir),
+ copytree(get_support_file('test_data', mountpoint),
149
join(qiita_config.base_data_dir, subdir))
150
else:
151
# in production mode, an empty directory is created
0 commit comments