Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove xargs warning for Python generation #381

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

maxjakob
Copy link
Contributor

@maxjakob maxjakob commented Sep 8, 2023

There is a warning when running with -l python:

$ docker run -v $PWD:/defs namely/protoc-all:1.51_2 -l python -d /defs
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value

Hence we can remove the --max-args a.k.a. -n option.

There is a warning when running with `-l python`:
```
$ docker run -v $PWD:/defs namely/protoc-all:1.51_2 -l python -d /defs
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
```
Hence we can remove the `--max-args` a.k.a. `-n` option.
@maxjakob
Copy link
Contributor Author

maxjakob commented Sep 8, 2023

Hey @abe545, I think we can remove a warning message here. Let me know if you have any questions!

@nycdotnet nycdotnet merged commit 075b661 into namely:master Sep 12, 2023
@HaraldNordgren
Copy link

Hi @nycdotnet, could we please get a new release and docker image that contains this fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants