fix up white space issue

This commit is contained in:
Dennis Gilmore 2012-11-18 19:43:00 -06:00
parent 7501b848fb
commit fa4f5b0e58

View file

@ -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