Fix indentation

This commit is contained in:
x10an14 2018-10-07 12:22:39 +02:00 committed by GitHub
parent 56957a519d
commit 9e2c34c136
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,7 +215,7 @@ class MergedConfigParser(object):
method = config_parser.getboolean
except ValueError:
raise ValueError('Unable to parse value ("%s") of option "%s',
option, option_name)
option, option_name)
value = method(self.program_name, option_name)
LOG.debug('Option "%s" returned value: %r', option_name, value)