P4Python - getting affected files given changelist number

65 views Asked by At

so far I have been using p4.run("files", "@=" + ) to find the affected files per CL. However, I'm having the issue that for certain CLs the output shows 'no files found'. When I run the p4 files with the same CL in my command line it shows that there are files. Any ideas as to why this is happening or if there is an alternate way to go about this. Thanks!

0

There are 0 answers