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] 2to3: interpret print as function #193

Merged
merged 2 commits into from
Apr 12, 2019
Merged

Conversation

Rechi
Copy link
Member

@Rechi Rechi commented Apr 12, 2019

This will finally fix the error at xbmc/repo-scripts#1032.
#170 was the first part of the fix, but it only catches the exception while still reporting an error.

Also report the old print statement as required fix.
This wasn't possible before as even print calls with brackets where interpreted as print statements by lib2to3.

@razzeee razzeee merged commit f604730 into xbmc:master Apr 12, 2019
@Rechi Rechi deleted the fix/lib2to3Print branch April 12, 2019 12:23
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.

None yet

2 participants