fix up white space issue
This commit is contained in:
parent
7501b848fb
commit
fa4f5b0e58
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@ class BuildTracker(object):
|
|||
tail = ""
|
||||
head = " " * depth
|
||||
for ignored in self.ignorelist:
|
||||
if (build.name == ignored) or fnmatch.fnmatch(build.name, ignored):
|
||||
if (build.name == ignored) or fnmatch.fnmatch(build.name, ignored):
|
||||
print "%sIgnored Build: %s%s" % (head, build.nvr, tail)
|
||||
build.setState('ignore')
|
||||
return build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue