Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
Git Lab
Commits
94d4b040
Unverified
Commit
94d4b040
authored
Apr 07, 2021
by
Jonah Brüchert
Committed by
Jonah Brüchert
May 24, 2021
Browse files
Prefer sys.exit over exit
parent
62eb2066
Changes
1
Hide whitespace changes
Inline
Side-by-side
lab/repositoryconnection.py
View file @
94d4b040
...
...
@@ -78,7 +78,7 @@ class RepositoryConnection:
print
(
"If the repository was recently moved, please update the origin remote using git."
)
exit
(
1
)
sys
.
exit
(
1
)
def
__login
(
self
,
hostname
:
str
,
token
:
str
)
->
None
:
try
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment