зеркало из https://github.com/microsoft/git.git
fix variable usage (oops)
Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
Родитель
c45b1cfe1e
Коммит
10c3211b81
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче