From: Simon Hausmann Date: Thu, 22 Feb 2007 08:22:36 +0000 (+0100) Subject: Another silent fix X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=6fd3a6b6a225f4aad7dc41b29008e973a54708cd;p=python%2Ffast-export.git Another silent fix --- diff --git a/p4-fast-export.py b/p4-fast-export.py index b395489..0541f84 100755 --- a/p4-fast-export.py +++ b/p4-fast-export.py @@ -42,7 +42,8 @@ for o, a in opts: silent= True if len(args) == 0 and len(globalPrefix) != 0: - print "[using previously specified depot path %s]" % globalPrefix + if not silent: + print "[using previously specified depot path %s]" % globalPrefix elif len(args) != 1: print "usage: %s //depot/path[@revRange]" % sys.argv[0] print "\n example:"