From: Simon Hausmann Date: Sun, 8 Apr 2007 08:15:47 +0000 (+0200) Subject: fix variable usage (oops) X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=a20699aaab571a23ee45b4ae27ed2d6486f4d53b;p=python%2Ffast-export.git fix variable usage (oops) --- diff --git a/git-p4 b/git-p4 index 28b0885..72fa48a 100755 --- a/git-p4 +++ b/git-p4 @@ -808,7 +808,7 @@ class P4Sync(Command): self.labels = {} l = p4CmdList("labels %s..." % self.globalPrefix) - if len(l) > 0 and not silent: + if len(l) > 0 and not self.silent: print "Finding files belonging to labels in %s" % self.globalPrefix for output in l: