@@ -59,7 +59,7 @@ class PullRequestError(Exception):
""" pull request to Gitee did not succeed.
"""
def__init__(self,reason):
super.__init__()
super(PullRequestError,self).__init__()
self.reason=reason
def__str__(self):
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.