Hi folks, I believe I might have hit a bug with p...
# general
l
Hi folks, I believe I might have hit a bug with pants run in v2. I am running
$ ./pants run target -- arg1 "arg with a space and special & chars"
and I get an error from my script that there are too many arguments. Essentially truncates the arg2 to
"arg
If I run directly through the python interpreter all is well:
python script arg1 "arg with a space and special & chars"
Is that expected? I am happy to fill a bug ticket
f
l
Yep - thank you!