Skip to content

Commit

Permalink
for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
ysuga committed Oct 13, 2017
1 parent 9045410 commit 9c9cfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/invalid_idl_test.py
Expand Up @@ -29,7 +29,7 @@ def test_invalid_message(self):
try:
with open(idl_path, 'r') as idlf:
m = parser_.load(idlf.read(), filepath=idl_path)
except IDLParserException, ex:
except IDLParserException as ex:
self.assertEqual(ex.line_number, 10)

except:
Expand Down

0 comments on commit 9c9cfc8

Please sign in to comment.