0

I am trying to sync code to a particular label in the depot using the Python script with help of Python API provided by Perforce. Any help would be appreciated.

4

1 回答 1

1

尝试这个:

p4.run("sync", "...@[labelname]")

或者更惯用的

p4.run_sync("...@[labelname]")
于 2015-09-29T07:38:06.480 回答