commit | 10c3211b81a2f67c3853900e462333933f910696 | [log] [tgz] |
---|---|---|
author | Simon Hausmann <simon@lst.de> | Sun Apr 08 10:15:47 2007 +0200 |
committer | Simon Hausmann <simon@lst.de> | Sun Apr 08 10:15:47 2007 +0200 |
tree | 932b4f332e5f980ac78e873c588bcaae0a456eea | |
parent | c45b1cfe1eda2cc67c4f07a0cd6986911d7c2fd8 [diff] [blame] |
fix variable usage (oops) Signed-off-by: Simon Hausmann <simon@lst.de>
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index 28b0885..72fa48a 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4
@@ -808,7 +808,7 @@ 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: