Minor cosmetic fixlet for the git-p4 submit sync question.
Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
parent
cb2c9db507
commit
274917a3d6
@ -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 ...")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user