Fixed precommit checks

This commit is contained in:
Cyril Russo 2018-08-20 11:17:36 +02:00
parent 4303b0fac1
commit 81641b4628

View file

@ -236,7 +236,6 @@ def fill_config_defaults(thisconfig):
thisconfig['keytool'] = os.path.join(java_home, 'bin', 'keytool') thisconfig['keytool'] = os.path.join(java_home, 'bin', 'keytool')
break break
if 'jarsigner' not in thisconfig: if 'jarsigner' not in thisconfig:
thisconfig['jarsigner'] = shutil.which('jarsigner') thisconfig['jarsigner'] = shutil.which('jarsigner')
thisconfig['keytool'] = shutil.which('keytool') thisconfig['keytool'] = shutil.which('keytool')