Don't reference 'text' before assignment

This commit is contained in:
Sergio Durigan Junior 2017-10-10 11:34:42 -04:00
parent 3ab2cad47e
commit f0b375638e

View file

@ -310,7 +310,7 @@ subsequent commits are made after X, by different people."""
if branch != 'master': if branch != 'master':
sbj += ' [%s]' % branch sbj += ' [%s]' % branch
text += "Unfortunately it seems that there is a breakage on GDB.\n\n" text = "Unfortunately it seems that there is a breakage on GDB.\n\n"
text += "Commit title: '%s'\n" % title text += "Commit title: '%s'\n" % title
text += "Revision: %s\n\n" %rev text += "Revision: %s\n\n" %rev
text += "You can find more details below:\n\n" text += "You can find more details below:\n\n"