summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkihelper.py
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2014-05-07 14:05:31 -0400
committerAde Lee <alee@redhat.com>2014-05-29 11:24:17 -0400
commitfcfdeb637e1d2f72437197627a079c2af74b1f19 (patch)
treeedc3518d858b950b94ab0eff9f36c586d4ef309b /base/server/python/pki/server/deployment/pkihelper.py
parent6e82fb87ceb3d3650bd9749acd2b66958a9738a6 (diff)
downloadpki-fcfdeb637e1d2f72437197627a079c2af74b1f19.tar.gz
pki-fcfdeb637e1d2f72437197627a079c2af74b1f19.tar.xz
pki-fcfdeb637e1d2f72437197627a079c2af74b1f19.zip
fix issues identified by pycharm for system.py
Diffstat (limited to 'base/server/python/pki/server/deployment/pkihelper.py')
-rw-r--r--base/server/python/pki/server/deployment/pkihelper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/python/pki/server/deployment/pkihelper.py b/base/server/python/pki/server/deployment/pkihelper.py
index 8a225ba1f..3c0032ff5 100644
--- a/base/server/python/pki/server/deployment/pkihelper.py
+++ b/base/server/python/pki/server/deployment/pkihelper.py
@@ -988,7 +988,7 @@ class Instance:
# pylint: disable-msg=W0703
try:
client = pki.system.SystemStatusClient(connection)
- response = client.getStatus()
+ response = client.get_status()
config.pki_log.debug(response,
extra=config.PKI_INDENTATION_LEVEL_3)