[Python] fixed path being ignored in GeneratePythonGRPC
Hi,
The Python gRPC code generator was ignoring -o <output_dir> option in flatc. With this, it generates all the services within the <output_dir> and under the correct namespace(s), i.e., Python sub-modules.
I had to remove the custom logic and use BaseGenerator's file prefix logic, which seems to work as expected.
I believe this closes #7397.
Thanks.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
@dbaileychess I think this should also be included in the next release. It fixes a bug I introduced in #6456
Rebased to main so it's up to date
@dbaileychess friendly ping, would be great to get this merged