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 d369b9a commit 0047a76Copy full SHA for 0047a76
GitHubRepoAPI.py
@@ -30,7 +30,6 @@ def _client_validation(client: Github) -> Github:
30
logging.error(
31
'Github: Connect: user could not be authenticated please try again.'
32
)
33
- exit(1)
34
else:
35
return client
36
git_logger.py
@@ -7,7 +7,6 @@
7
def login(token, base_url):
8
try:
9
client = RepositoryFactory.create_api(token, base_url)
10
- client.get_user_data("test")
11
12
except Exception:
13
return None
0 commit comments