Merge pull request #24 from drocco-007/master

Fixed a bug in the test for propagating map exceptions
This commit is contained in:
Doug Hellmann 2013-06-30 06:32:45 -07:00
commit 8394651311
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ def test_map_propagate_exceptions():
try:
em.map(mapped, 1, 2, a='A', b='B')
assert False
except:
except RuntimeError:
pass