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

Comments

andyrigby created an issue. See original summary.

andyrigby’s picture

StatusFileSize
new482 bytes

This should address the issue.

neclimdul’s picture

Status: Active » Fixed

That makes sense. Thanks.

  • neclimdul committed b146e05 on 8.x-1.x
    Issue #2633500 by andyrigby: The file "The manifest file does not exist...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.