We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b7870 commit 3379f61Copy full SHA for 3379f61
pygit2/errors.py
@@ -30,7 +30,7 @@
30
31
value_errors = set([C.GIT_EEXISTS, C.GIT_EINVALIDSPEC, C.GIT_EAMBIGUOUS])
32
33
-def check_error(err, cb=None, io=False):
+def check_error(err, io=False):
34
if err >= 0:
35
return
36
0 commit comments