Ticket #798 (new enhancement)

Opened 2 years ago

Convert IOError exceptions in vfs to errno

Reported by: https://me.yahoo.com/postrockrob#52e3a Owned by: rob
Priority: trivial Milestone: 0.15
Component: vfs Keywords:
Cc:

Description

Just discovered that raising IOErrors using errno keys produces standard text for error numbers:

raise IOError(errno.ENOENT, "No such file")

produces:

IOError: [Errno 2] No such file

Attachments

Add/Change #798 (Convert IOError exceptions in vfs to errno)

Author


E-mail address and user name can be saved in the Preferences.


Action
as new
 
Note: See TracTickets for help on using tickets.