We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a5198 commit e1523c8Copy full SHA for e1523c8
travis_osx_brew_cache.sh
@@ -285,7 +285,7 @@ function _brew_parse_package_info {
285
revision=data["revision"]
286
# in bottle''s json, revision is included into version; here, they are separate
287
print data["versions"]["stable"]+("_"+str(revision) if revision else "")
288
- bottle_data=data["bottle"]["stable"]
+ bottle_data=data["bottle"].get("stable",{"rebuild":"","files":{}})
289
print bottle_data["rebuild"]
290
print bottle_data["files"].get(sys.argv[2],{"sha256":"!?"})["sha256"] #prevent losing trailing blank line to command substitution
291
' \
0 commit comments