library/ipaclient.py: Fix mixture of tabs and spaces for Python3

This commit is contained in:
Thomas Woerner
2017-10-02 17:04:23 +02:00
parent 354039321e
commit e797410e62

View File

@@ -173,7 +173,7 @@ def get_ipa_conf():
result = dict()
for item in ['basedn', 'realm', 'domain', 'server', 'host', 'xmlrpc_uri']:
if parser.has_option('global', item):
value = parser.get('global', item)
value = parser.get('global', item)
else:
value = None
if value: