From fa4f5b0e58894388613625311640b5ce91a2ee8e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Nov 19 2012 01:43:00 +0000 Subject: fix up white space issue --- diff --git a/util/koji-shadow b/util/koji-shadow index c75c9a3..1967fbd 100755 --- a/util/koji-shadow +++ b/util/koji-shadow @@ -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