-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
/usr/local/bin/auto-cpufreq wrapper drops parameters #634
Comments
Hi, since you made a suggested fix, I would encourage you to please give it a try and create a PR/contribute to the project and you will be credited for your work as part of future release. |
I've pushed a solution, you can wait for it to be validated or install manually with |
PR #716 is merged which should fix the issue, if problem persists, please feel free to re-open it |
The wrapper script /usr/local/bin/auto-cpufreq does not correctly handle multiple parameters on the command line. Single or zero parameters are correctly passed to the python environment.
Error output:
System information:
Add/paste output of:
Suggested fix
Pass all parameters from the BASH wrapper script to the python script in the venv.
The text was updated successfully, but these errors were encountered: