Products.PortalTransforms/midsummersprint_fix_transforms: use Exception over stopping QA for this line
GitHub <jenkins-z4DKO/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: Products.PortalTransforms
Branch: refs/heads/midsummersprint_fix_transforms
Date: 2017-07-25T08:04:25+02:00
Author: Jens W. Klein (jensens) <jk-jUMamYRpa/IasaSY4/nUZ7NldLUNz+W/@public.gmane.org>
Commit: https://github.com/plone/Products.PortalTransforms/commit/38ad02e46355032509db19d87bd99468ff0b4bcc
use Exception over stopping QA for this line
Files changed:
M Products/PortalTransforms/tests/test_transforms.py
diff --git a/Products/PortalTransforms/tests/test_transforms.py b/Products/PortalTransforms/tests/test_transforms.py
index 9795b77..08f08dc 100644
--- a/Products/PortalTransforms/tests/test_transforms.py
+++ b/Products/PortalTransforms/tests/test_transforms.py
@@ -462,7 +462,7 @@ def make_tests(test_descr=TRANSFORMS_TESTINFO):
except MissingBinary:
# we are not interessted in tests with missing binaries
continue
- except: # noqa
+ except Exception:
import traceback
traceback.print_exc()
continue
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot