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 exception handling in python3 #1413

Merged
merged 1 commit into from
Oct 27, 2017

Conversation

r4f4
Copy link
Contributor

@r4f4 r4f4 commented Oct 26, 2017

This patch fixes the following error when installing bcc from source:

Writing /usr/local/lib/python3.6/site-packages/bcc-0.4.0-py3.6.egg-info
File "/usr/local/lib/python3.6/site-packages/bcc/table.py", line 530
except IOError, e:
^
SyntaxError: invalid syntax

Copy link
Contributor

@pchaigno pchaigno left a comment

Choose a reason for hiding this comment

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

I introduced that incompatibility 😱

Thanks for the fix!

@yonghong-song yonghong-song merged commit 6b511bd into iovisor:master Oct 27, 2017
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