You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading protobuf include paths from the pyproject.toml file, the
paths are received as an array/list. If we convert them to
a comma-separated string there is the risk of a path containing commas
to be split incorrectly, leading to compilation errors.
Using the original array/list of paths instead of a comma-separated
string is safer and more flexible.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments