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 issue caused by ast.Module signature change in python 3.8. #44

Merged
merged 2 commits into from
May 24, 2021

Conversation

stuaxo
Copy link
Contributor

@stuaxo stuaxo commented Feb 7, 2021

Fix issue caused by ast.Module changing signature in 3.8 causing a TypeError.

Fix suggested from:
beetbox/beets#3201 (comment)

Fix issue caused by ast.Module changing signature in 3.8 causing a TypeError.

Fix suggested from:
beetbox/beets#3201 (comment)
@stuaxo stuaxo changed the title Fix issue for python 3.8 compatibility. Fix issue caused by ast.Module signature change in python 3.8. Feb 8, 2021
Make the python 3.8 fix consistent across the if block.
@srossross srossross merged commit c449a07 into srossross:develop May 24, 2021
@stuaxo
Copy link
Contributor Author

stuaxo commented May 25, 2021

Awesome, cheers :)

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