-
-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1.17 throws AttributeError with --disable-cache
#260
Comments
@wayne-luminal thanks for the bug report and apologies for the breakage. we'll get this fixed up asap. @digwanderlust looks like this was related to your change that just went out in 1.1.7. mind taking a look? |
fwiw, it seems the use of we should add some automated test coverage for this flag in particular. |
--disable-cache
For some readon disable cache sets the cache dir to [], I'll add a test and fix this. |
Fix a bug introduced with --pex-root that raised an exception on when --disable-cache was used.
Fix is up at: #261 |
this should be fixed in 1.1.8 - now available on pypi: https://pypi.python.org/pypi/pex/1.1.8 verified I can no longer reproduce the breakage using this release. closing. |
👍 Thank you! |
Our build system runs pex and throws the following stack trace. I've confirmed I don't see this with 1.1.16.
With the additional message
The text was updated successfully, but these errors were encountered: