Code review comment for lp:~dhillon-v10/launchpad/fix-bug-410331

Revision history for this message
Vikram Dhillon (dhillon-v10) wrote :

Julian, then something like this perhaps: (the spacing might not come out right)

if self.context.archive is not None:
         return { 'displayname' : "PPA named " + self.context.owner.name + "for " + self.context.owner.displayname}
else:
         return { 'displayname' : "PPA for " + self.context.owner.displayname}

« Back to merge proposal