You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix duplicate word in binary build script error messages (#1635)
Fixes `Error: Error: ...` being shown in the error messages
shown by the internal binary build script (used by buildpack
maintainers to build/upload new Python versions).
Also renames `error()` to `abort()` to make it clearer it terminates
the script.
0 commit comments