~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/sourcepackagerecipebuild.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-10-21 13:54:38 UTC
  • mfrom: (14178.1.2 bug-878781)
  • Revision ID: launchpad@pqm.canonical.com-20111021135438-xrssdww7ken56jj3
[r=jcsackett][bug=878781] Replace str(error_message) by
        repr(error_message).

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
                    # disabled, security, wrong pocket etc
228
228
                    logger.debug(
229
229
                        ' - daily build failed for %s: %s',
230
 
                        series_name, str(e))
 
230
                        series_name, repr(e))
231
231
                except BuildNotAllowedForDistro:
232
232
                    logger.debug(
233
233
                        ' - cannot build against %s.' % series_name)