diff options
author | Jon Anderson <jon.david.anderson@gmail.com> | 2018-01-21 01:19:41 -0800 |
---|---|---|
committer | Jon Anderson <jon.david.anderson@gmail.com> | 2018-01-21 01:19:41 -0800 |
commit | 43c71f7a938556337bad3ed2ad4b277e730fb969 (patch) | |
tree | 450d9b98daa3e592673abd7445a24f02902e26bb /AUTHORS | |
parent | e330d3458143fb17f3cf22cc11a7fa588e842ac2 (diff) | |
download | ranger-43c71f7a938556337bad3ed2ad4b277e730fb969.tar.gz |
Added except catching for Python2.
When reading a file for which Ranger doesn't have permissions, Python3 throws an OSError. Python2 on the other hand throws a IOError, which wasn't being caught and caused Ranger to crash. IOError was added to catch statements for this reason.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions