We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523d764 commit 938b1e6Copy full SHA for 938b1e6
gitlab.py
@@ -93,7 +93,7 @@ def credentials_auth(self):
93
94
def token_auth(self):
95
try:
96
- self.user = self.get(CurrentUser)
+ self.user = CurrentUser(self)
97
return True
98
except:
99
return False
0 commit comments