mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Apply Python 3 futurize transform lib2to3.fixes.fix_repr.
This commit is contained in:
@@ -2321,7 +2321,7 @@ class P4Sync(Command, P4UserMap):
|
||||
|
||||
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" % repr(self.depotPaths)
|
||||
|
||||
for output in l:
|
||||
label = output["label"]
|
||||
|
||||
Reference in New Issue
Block a user