fix copy/paste error

This commit is contained in:
Tomas Groth 2017-09-26 21:39:33 +02:00
parent d6784e38cb
commit 6ecb97abe7
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class Builder(object):
self._print_verbose('Paths:')
for name in self.config.options('paths'):
path = os.path.abspath(self.config.get('paths', name))
print(executable + " : " + path)
print(name + " : " + path)
setattr(self, '{name}_path'.format(name=name), path)
self._print_verbose(' {name:.<20} {path}'.format(name=name + ': ', path=path))
# Make any command line options override the config file