summaryrefslogtreecommitdiffstats
path: root/base/common/python/pki/system.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-05-04 23:34:28 +0200
committerEndi S. Dewata <edewata@redhat.com>2016-05-04 23:34:28 +0200
commit61ec70e0896360d80a85f7864c16edbf44787fb9 (patch)
treeb0d8dfa8a40571ff7aa0692f75f3b9204c25f4b9 /base/common/python/pki/system.py
parenta31f24fcba558ea4efbfeb51b28f3e59e2281dfc (diff)
downloadpki-61ec70e0896360d80a85f7864c16edbf44787fb9.tar.gz
pki-61ec70e0896360d80a85f7864c16edbf44787fb9.tar.xz
pki-61ec70e0896360d80a85f7864c16edbf44787fb9.zip
Added existing database parameter.
Diffstat (limited to 'base/common/python/pki/system.py')
-rw-r--r--base/common/python/pki/system.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/common/python/pki/system.py b/base/common/python/pki/system.py
index 65ca32183..1151c78fa 100644
--- a/base/common/python/pki/system.py
+++ b/base/common/python/pki/system.py
@@ -283,7 +283,7 @@ class SystemConfigClient(object):
headers = {'Content-type': 'application/json',
'Accept': 'application/json'}
self.connection.post('/rest/installer/finalize', None,
- headers)
+ headers)
def configureSecurityDomain(self):
"""
@@ -292,8 +292,8 @@ class SystemConfigClient(object):
"""
headers = {'Content-type': 'application/json',
'Accept': 'application/json'}
- response = self.connection.post('/rest/installer/finalize', None,
- headers)
+ self.connection.post('/rest/installer/finalize', None,
+ headers)
def finalize(self):
"""