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

replaced obsolete 'pipes' module with 'shlex' #2400

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

glk0
Copy link
Contributor

@glk0 glk0 commented Mar 2, 2025

fix the ModuleNotFound error triggered by this line:


the pipes modules is obsolete, and is not available anymore in Python 3.13. The quote function can now be found in the shlex module.

@glk0 glk0 temporarily deployed to Integrate Pull Request March 2, 2025 00:42 — with GitHub Actions Inactive
@egede
Copy link
Member

egede commented Mar 3, 2025

Thanks for submitting this PR. It was pending a manual review. This is in place to avoid malicious PRs when coming from a fork. It is now going through the standard CI.

@egede egede merged commit da24a8c into ganga-devs:develop Mar 6, 2025
9 of 10 checks passed
glk0 added a commit to glk0/ganga that referenced this pull request Mar 8, 2025
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.

2 participants