Merge "Remove direct usage of the deprecated notifier location"

This commit is contained in:
Jenkins
2014-11-19 03:04:45 +00:00
committed by Gerrit Code Review
8 changed files with 21 additions and 18 deletions

View File

@@ -428,4 +428,4 @@ def capture_failure():
if not any(exc_info):
raise RuntimeError("No active exception is being handled")
else:
yield Failure(exc_info=exc_info)
yield failure.Failure(exc_info=exc_info)