diff options
Diffstat (limited to 'base/server/python')
| -rw-r--r-- | base/server/python/pki/server/deployment/pkihelper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/server/python/pki/server/deployment/pkihelper.py b/base/server/python/pki/server/deployment/pkihelper.py index 45b78af8e..e72af1652 100644 --- a/base/server/python/pki/server/deployment/pkihelper.py +++ b/base/server/python/pki/server/deployment/pkihelper.py @@ -2145,8 +2145,8 @@ class Certutil: log.PKIHELPER_CREATE_SECURITY_DATABASES_1, ' '.join(command), extra=config.PKI_INDENTATION_LEVEL_2) - # Execute this "certutil" command - subprocess.check_call(command) + # Execute this "certutil" command + subprocess.check_call(command) except subprocess.CalledProcessError as exc: config.pki_log.error(log.PKI_SUBPROCESS_ERROR_1, exc, extra=config.PKI_INDENTATION_LEVEL_2) |
