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
ebf0d80c
Unverified
Commit
ebf0d80c
authored
Aug 02, 2020
by
Jonah Brüchert
Browse files
error handling: Ignore intentional exit
parent
eacc0dda
Changes
1
Hide whitespace changes
Inline
Side-by-side
lab/__init__.py
View file @
ebf0d80c
...
...
@@ -76,6 +76,8 @@ def main() -> None:
try
:
parser
.
parse
()
except
SystemExit
:
pass
except
:
# noqa: E722
print
()
Utils
.
log
(
LogType
.
Error
,
"git-lab crashed. This should not happen."
)
...
...
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