mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
PEP8 fix.
This commit is contained in:
parent
01c5170c29
commit
edcfaf8649
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ class Builder(ConfigObject, BuilderBase):
|
|||
loose_version(require('tito')[0].version):
|
||||
error_out([
|
||||
"tito version %s or later is needed to build this project." %
|
||||
self.config.get("requirements", "tito"),
|
||||
self.config.get("requirements", "tito"),
|
||||
"Your version: %s" % require('tito')[0].version
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue