Switch to side-by-side view
--- a/Allura/allura/config/resources.py +++ b/Allura/allura/config/resources.py @@ -21,4 +21,4 @@ os.path.join('nf', ep.name))) except ImportError: log.warning('Cannot import entry point %s', ep) - continue + raise
--- a/Allura/allura/config/resources.py +++ b/Allura/allura/config/resources.py @@ -21,4 +21,4 @@ os.path.join('nf', ep.name))) except ImportError: log.warning('Cannot import entry point %s', ep) - continue + raise