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

Unbreak the pip-compile command when multiple files are passed in #14875

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Unbreak the pip-compile command when multiple files are passed in #14875

merged 1 commit into from
Feb 13, 2024

Conversation

jbradberry
Copy link
Contributor

@jbradberry jbradberry commented Feb 13, 2024

SUMMARY

Unbreak the pip-compile command when multiple files are passed in

Currently if you try to do ./updater.sh run, you get

Usage: pip-compile [OPTIONS] [SRC_FILES]...
Try 'pip-compile -h' for help.

Error: Invalid value for '[SRC_FILES]...': Path '/awx_devel/requirements/requirements.in /awx_devel/requirements/requirements_git.txt' does not exist.

This is because it is pretending that the paths to requirements.in and requirements_git.txt are one long path with a space character in it.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • Other

@jbradberry jbradberry self-assigned this Feb 13, 2024
@TheRealHaoLiu
Copy link
Member

tested, it works

@TheRealHaoLiu TheRealHaoLiu merged commit 3842448 into ansible:devel Feb 13, 2024
24 checks passed
@jbradberry jbradberry deleted the fix-updater branch February 13, 2024 21:00
@AlanCoding
Copy link
Member

Thanks!

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.

3 participants