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
Currently permissions error messages print out the decimal representation of the file permission problem, without any indication of what number base is used (Ex: base 10, 8, or 16). Here's an example taken from a recent travis-ci:
In an ideal world, this error message would have been "bits: 700" instead of "bits: 448". I see that octal support was mostly added to support Linux file permissions, and it would be nice to use them in errors and debugging too :-)