[
https://issues.apache.org/jira/browse/THRIFT-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606601#action_12606601
]
dreiss edited comment on THRIFT-44 at 6/19/08 4:48 PM:
------------------------------------------------------------
That would work. We could also just modify the test to use
try:
..try;
....risky
..except Something:
....handle
finally:
..cleanup
was (Author: dreiss):
That would work. We could also just modify the test to use
{{{
try:
try;
risky
except Something:
handle
finally:
cleanup
}}}
> Python tests don't pass
> -----------------------
>
> Key: THRIFT-44
> URL: https://issues.apache.org/jira/browse/THRIFT-44
> Project: Thrift
> Issue Type: Bug
> Components: Test Suite
> Reporter: Kevin Clark
> Attachments: make_check_failure.txt
>
>
> This makes `make check` not pass. It should.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.