If I am using `grpc` with both python and golang c...
# general
r
If I am using
grpc
with both python and golang code, and I run
./pants export-codegen ::
it only exports the Go files. Before I added Go, it was exporting python files. Is it possible to get it to import both?
1
f
Probably a bug.
h
Yeah it should export both, that sounds like a bug
Can you file this at https://github.com/pantsbuild/pants with as much detail as possible?
r
Sure!
h
Thanks!