diff options
Diffstat (limited to 'certs/makecerts.py')
-rwxr-xr-x | certs/makecerts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/certs/makecerts.py b/certs/makecerts.py index a289e0c9ab0..734556f31cf 100755 --- a/certs/makecerts.py +++ b/certs/makecerts.py @@ -128,5 +128,4 @@ except Exception as ex: print("warning: couldn't generate JKS certificates for Java applications:\n" + str(ex)) print("Please fix this issue if you want to run the Java tests.") - factory.destroy() |