Merge branch 'master' of gitlab.niet.verweg.com:ruben/sort_certificate
This commit is contained in:
commit
02a83a72a2
@ -433,4 +433,8 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
exit(main())
|
try:
|
||||||
|
exit(main())
|
||||||
|
except CertificateComponentException as certcomponent_error:
|
||||||
|
logging.error(certcomponent_error)
|
||||||
|
exit(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user