mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
fix copy/paste error
This commit is contained in:
parent
d6784e38cb
commit
6ecb97abe7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user