Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include filenames in loc file DEBUG lines
This will help debugging where multiple (possibly conflicting) ``*.loc`` files come from, e.g. ``` galaxy.tools.data DEBUG 2016-10-25 18:34:50,841 Loaded tool data table 'blastdb_p' galaxy.tools.data DEBUG 2016-10-25 18:34:51,356 Loaded tool data table 'blastdb' galaxy.tools.data DEBUG 2016-10-25 18:34:51,359 Loading another instance of data table 'blastdb_p', attempting to merge content. galaxy.tools.data DEBUG 2016-10-25 18:34:51,375 Loaded tool data table 'blastdb_d' ``` Evidently I may have at least two copies of ``blastdb_p.loc``, but where are they?
- Loading branch information