There is a slightly confusing error message output when the manifest file does not exist:
The file "The manifest file does not exist." does not exist
The creation of FileNotFoundException should pass the path to the missing file as the first argument.
Steps to reproduce:
drush migrate-manifest --legacy-db-url=mysql://user:pass@localhost/foo /path/to/file/that/is/missing.yml
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2633500-missing-file-error-message-1.patch | 482 bytes | andyrigby |
Comments
Comment #2
andyrigby commentedThis should address the issue.
Comment #3
neclimdulThat makes sense. Thanks.