-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
Milestone
Description
Following the procedure in https://github.com/qiita-spots/qiita/blob/4492c3d53027a9387931b2449a705dd3b1c8f09f/INSTALL.md , after running qiita-env make --no-load-ontologies
, I receive the following non-fatal error:
<other patch applications above>
Applying patch 54.sql...
Applying python patch 54.py...
Error purging filepaths: [Errno 2] No such file or directory: '/Users/abirmingham/Work/Repositories/qiita/qiita_db/support_files/test_data/FASTQ'
<other patch applications below>
It looks like the originates from
qiita/qiita_db/support_files/patches/python_patches/54.py
Lines 692 to 696 in 4492c3d
# Purge filepaths | |
try: | |
purge_filepaths(False) | |
except Exception as e: | |
errors.append("Error purging filepaths: %s" % str(e)) |
but I can't tell more than that.