Minor cosmetic fixlet ;-)

This commit is contained in:
Simon Hausmann
2007-03-24 09:18:20 +01:00
parent db49ff9686
commit 46479794f8

2
git-p4
View File

@@ -342,7 +342,7 @@ class P4Sync(Command):
print "Perforce checkout for depot path %s located at %s" % (depotPath, clientPath)
os.chdir(clientPath)
response = raw_input("Do you want to sync %s with p4 sync? (y/n)" % clientPath)
response = raw_input("Do you want to sync %s with p4 sync? (y/n) " % clientPath)
if response == "y" or response == "yes":
system("p4 sync ...")