Skip to content

Avoid a warning about uninitialized values

Marek Szuba requested to merge github/fork/muffato/master into master

Created by: muffato

The warning is "Use of uninitialized value in join or string at .../ensembl-test/modules/Bio/EnsEMBL/Test/DumpDatabase.pm line 222." and happens when a table has been remove (by the patch) between the previous and the current schema versions

Merge request reports