summaryrefslogtreecommitdiff
path: root/git/refs
diff options
context:
space:
mode:
Diffstat (limited to 'git/refs')
-rw-r--r--git/refs/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/refs/log.py b/git/refs/log.py
index 8d557902..01673ae0 100644
--- a/git/refs/log.py
+++ b/git/refs/log.py
@@ -228,7 +228,7 @@ class RefLog(list, Serializable):
# END abort on eof
# END handle runup
- if i != index or not line:
+ if i != index or not line: # skipcq:PYL-W0631
raise IndexError
# END handle exception