summaryrefslogtreecommitdiffstats
path: root/base/common/python
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/python')
-rw-r--r--base/common/python/pki/authority.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/python/pki/authority.py b/base/common/python/pki/authority.py
index 00c6fd90e..f6880b5c3 100644
--- a/base/common/python/pki/authority.py
+++ b/base/common/python/pki/authority.py
@@ -362,7 +362,7 @@ def main():
try:
subca = ca_client.create_ca(data)
except ValueError as e:
- print(e.message)
+ print(e)
# Get the host CA
print("Getting the host CA")