diff --git a/git-p4.py b/git-p4.py index 6fcad35104..67865d14aa 100755 --- a/git-p4.py +++ b/git-p4.py @@ -3089,7 +3089,7 @@ def getLabels(self): l = p4CmdList(["labels"] + ["%s..." % p for p in self.depotPaths]) if len(l) > 0 and not self.silent: - print "Finding files belonging to labels in %s" % `self.depotPaths` + print("Finding files belonging to labels in %s" % self.depotPaths) for output in l: label = output["label"]