Upgrading from 1.5.2 to 2.0.0 M3a and using -df and now feed cannot find my file

I am upgrading from 1.5.2 to 2.0.0-M3a, I have a script file that runs gatling and uses the -df “Full Path to data folder” option. When I use the script to run my simulations I get Illegal Argument Exception: file “my file” doesn’t exist. If I put my file into the $GATLING_HOME/data folder the file is found. I am running this on a Mac.

The line that is getting the error is:

.feed(tsv(“my file”).circular)

This was working in v1.5.2.

Any Ideas?
Thanks,
Jamie

That’s a bug: https://github.com/excilys/gatling/issues/1323

Fixed, thanks for reporting!

Stéphane