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 subsprocess call missing round brackets on the installer #72

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

ccrsxx
Copy link
Contributor

@ccrsxx ccrsxx commented Oct 6, 2023

I tried reinstalling the project on Windows yesterday but got TypeError: 'function' object is not subscriptable. I looked at the source code, and it turned out there's a missing round bracket when calling subprocess.run.

This PR fixes it by adding the missing round brackets.

@Radiicall
Copy link
Owner

I dont use windows so i didnt notice! Thanks for sending in the PR

@Radiicall Radiicall merged commit ae3dc54 into Radiicall:main Oct 6, 2023
4 checks passed
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