FabriceSalvaire / CodeReview

CodeReview is a Git GUI tool to perform code review (Diff Viewer) written in Python3 and Qt5.
http://fabricesalvaire.github.io/CodeReview
408 stars 95 forks source link

Refresh issue #20

Closed FabriceSalvaire closed 6 years ago

FabriceSalvaire commented 7 years ago
File "/opt/python-virtual-env/py35/lib/python3.5/site-packages/CodeReview/GUI/DiffViewer/DiffViewerMainWindow.py", line 421, in _refresh
main_window.reload_current_patch()
File "/opt/python-virtual-env/py35/lib/python3.5/site-packages/CodeReview/GUI/LogBrowser/LogBrowserMainWindow.py", line 370, in reload_current_patch
self._show_current_patch()
File "/opt/python-virtual-env/py35/lib/python3.5/site-packages/CodeReview/GUI/LogBrowser/LogBrowserMainWindow.py", line 317, in _show_current_patch
patch = self._diff[self._current_patch]
File "/opt/python-virtual-env/py35/lib/python3.5/site-packages/CodeReview/Repository/Git.py", line 212, in __getitem__
return self._patches[i]
IndexError: list index out of range
FabriceSalvaire commented 6 years ago

fixed in 3d9062ddb206be29e86df7f83cf31a0d55c496bc