Skip to content
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

Fixed unformatted error message #863

Closed

Conversation

j0yu
Copy link
Contributor

@j0yu j0yu commented Mar 15, 2020

Also changed to IOError in case we need to take advantage
of IOError.filename and IOError.errno in the future.

See also #861 and #855

Before (rez 2.54.0):

RuntimeError: ("Don't know what to do with source file %r, please file a ticket", u'../../share/applications/ranger.desktop')

After

IOError: [Errno 89] Don't know what to do with source file, please file a ticket: '../../share/applications/ranger.desktop'

Changed to IOError in case we need to take advantage
of IOError.filename and IOError.errno
@j0yu j0yu changed the title Fixed not formatted error message Fixed unformatted error message Mar 15, 2020
@j0yu j0yu mentioned this pull request Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant