Thu 06 Jan 2011 06:19:57 PM UTC, original submission:
Ranger version: 1.4.0, executed with python 3.1.3
Locale: en_US.UTF8
Current file: /home/me/documents/work/code/addon.xpi
Traceback (most recent call last):
File "/usr/lib/python3.1/site-packages/ranger/core/main.py", line 85, in main
fm.loop()
File "/usr/lib/python3.1/site-packages/ranger/core/fm.py", line 198, in loop
ui.redraw()
File "/usr/lib/python3.1/site-packages/ranger/gui/ui.py", line 213, in redraw
self.draw()
File "/usr/lib/python3.1/site-packages/ranger/gui/ui.py", line 234, in draw
DisplayableContainer.draw(self)
File "/usr/lib/python3.1/site-packages/ranger/gui/displayable.py", line 268, in draw
displayable.draw()
File "/usr/lib/python3.1/site-packages/ranger/gui/widgets/browserview.py", line 102, in draw
DisplayableContainer.draw(self)
File "/usr/lib/python3.1/site-packages/ranger/gui/displayable.py", line 268, in draw
displayable.draw()
File "/usr/lib/python3.1/site-packages/ranger/gui/widgets/browsercolumn.py", line 143, in draw
self._draw_file()
File "/usr/lib/python3.1/site-packages/ranger/gui/widgets/browsercolumn.py", line 171, in _draw_file
self.set_source(f)
File "/usr/lib/python3.1/site-packages/ranger/gui/widgets/pager.py", line 173, in set_source
self.max_width = max(len(line) for line in self.lines)
ValueError: max() arg is an empty sequence
Ranger crashed.
|