flavours
flavours copied to clipboard
More descriptive error messages
Hi,
when I execute flavours apply <PATTERN>
and the file which is specified by file = <FILEPATH>
in config.toml
does not exist, flavours raises the error Error: No such file or directory (os error 2)
. Desired behavior: A more descriptive error message (something like 'Could not apply pattern since file <FILEPATH> does not exist') is displayed.
Thanks, mipi