Why P4python describe command doesn't return diff contents

23 Views Asked by At

If I send p4 describe command like below "p4 describe CL_num" I can get description and diff codes properly.

However when I use p4python code below res_code = p4.run("describe", "CL Number")

This one only returns description without diff codes. Same sitaution happens when I add -S option too.

How can I handle this problem?

Please let me know why there is difference between those two way of command.

and how can I get diff codes thorugh p4python?

0

There are 0 best solutions below