Kind of a weird behavior. When I have a line in ...
# general
w
Kind of a weird behavior. When I have a line in pants.toml
Copy code
pants_version = "2.6.1rc1" # using rc1 because blah
Pants will try to download a version called "2.6.1rc1 # using rc1 because blah" Obvious workaround is to put comment on preceding line, but I would figure that inline comments should work?
h
Ha, good find. Thanks for reporting! that would be the
./pants
bash script being too naive in how it parses the pants_version