diff options
author | Nathan Typanski <ntypanski@gmail.com> | 2014-06-10 21:02:39 -0400 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2014-06-11 03:53:09 +0200 |
commit | 8061eb4c7003acdc1f2ec5ab26c2ec32913e2d09 (patch) | |
tree | f105a86867edd3357766a540868fba2a5d827995 /README | |
parent | db2bdb28fe42d5ef9ef1aa6a27a56f3a56b993ad (diff) | |
download | ranger-8061eb4c7003acdc1f2ec5ab26c2ec32913e2d09.tar.gz |
fix crash in sha encode of previews
When opening certain filetypes, for which Ranger can't render a preview (they appear as 0 bytes), Ranger will crash on the sha1_encode: Traceback (most recent call last): File "~/ranger/ranger/core/main.py", line 139, in main cacheimg = os.path.join(ranger.CACHEDIR, self.sha1_encode(path)) File "~/ranger/ranger/core/actions.py", line 821, in sha1_encode sha1(path.encode('utf-8')).hexdigest()) + '.jpg' AttributeError: 'NoneType' object has no attribute 'encode' This solves that by checking at the beginning of get_preview() that `file.realpath` is not None, and returning early if it is None.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions