-
Notifications
You must be signed in to change notification settings - Fork 125
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
Pepper no longer respecting --out flag #228
Comments
Hi, Thanks for the problem report. The Thanks, Barney |
Also encountering this issue. Might this be due to OneDir? |
FWIW I used a virtualenv to work around this (and installed a separate copy of Salt in it), whatever mechanism pip uses to generate an executable doesn't appear to work in relenv. Example state file:
|
According to @s0undt3ch, |
I believe this issue has to do with OneDir. The It's a bit annoying that the current solutions are:
|
Hi,
I have been using this without problem for a while but suddenly now all calls like
pepper chase grains.item hub_info --out=json
return this
which is borking my post processing a bit. I suspect maybe some weird package upgrade? I am on ubuntu and pepper 0.7.6 (i have tried an uninstall and reinstall etc)
The text was updated successfully, but these errors were encountered: