So I have a new pants-ified repo I am working on. ...
# general
l
So I have a new pants-ified repo I am working on. This repo has basically pants 0.0.51 plus a few non-pants plugins. With a fresh checkout, commands (like
./pants goals
) exit with a 1 and
Exception: unable to open database file
. This error msg is being found by the sys.excepthook in the exiter in pants_exe and a nominal bit of extra logging reveals it is a
sqlite3.OperationalError
. Anyone know anything?