Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
csback
Commits
daeb5d48
Commit
daeb5d48
authored
Aug 05, 2019
by
thomas.forbriger
Browse files
csbackchk: fix return in try-except-else conditional
parent
c23a7d55
Changes
1
Show whitespace changes
Inline
Side-by-side
csbackchk.py
View file @
daeb5d48
...
...
@@ -268,6 +268,7 @@ def main(argv=None):
sys
.
stderr
.
write
(
"unknown execption!"
)
logger
.
getLogger
().
error
(
abortmessage
)
sys
.
stderr
.
write
(
abortmessage
)
return
999
else
:
logger
.
getLogger
().
info
(
"Checks performed."
)
return
0
...
...
Write
Preview
Markdown
is supported
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