Code review comment for lp:~stevenk/launchpad/set-recipe-text-bad-data

Revision history for this message
Robert Collins (lifeless) wrote :

To clarify what I mean, the error_handler guts would then be
+ try:
+ return callable(*args)
+ except TooNewRecipeFormat:
....
raise ErrorHandled()

« Back to merge proposal