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

Fix running a deno task: Quote part of the command that have brackets [ or ] #677

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

JafarAbdi
Copy link
Contributor

Running a task that have [ or ] as part of command gives an error about glob: no matches found '....'

To reproduce run pixi run python test.py arg=[12,12] which gives glob: no matches found '/home/juruc/workspaces/pixi_ws/pixi/arg=[12,12]'

This PR quote the part of the command that have [ or ]

Copy link
Contributor

@baszalmstra baszalmstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@wolfv wolfv merged commit 60d4f67 into prefix-dev:main Jan 17, 2024
9 checks passed
@JafarAbdi JafarAbdi deleted the fix/quote_brackets branch January 17, 2024 11:56
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