Hello guys, I'm trying to run a simple hand writte...
# plugins
m
Hello guys, I'm trying to run a simple hand written codegen plugin for pants, but
execute_codegen
function is not get called, although
prepare
is called and
isgentarget
returns
True
. How can I debug this thing?
h
Hi Sherzod, I don't have any experience with v1 plugins but can try to help Are you able to share the code?
m
Hey Eric, looks like it was a caching issue, i used --cache-scrooge-io-ignore and it worked
👍 1