X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=yoweb-scrape;h=a8a1a1169b0ee5f4ddb4b5548575d53b3c9ae348;hp=65f949b602bbb623baeb257bda618e5c07f149f8;hb=dc69873c133ffbe5ca50bd7cefbc84d5608e7de0;hpb=e0d5c82194939011d5c7057cce76c9bb3d15ae84 diff --git a/yoweb-scrape b/yoweb-scrape index 65f949b..a8a1a11 100755 --- a/yoweb-scrape +++ b/yoweb-scrape @@ -318,7 +318,7 @@ class StandingsTable: self._cw = col_width-1 def _pline(self, pirate, puzstrs): - self.s += ' %-*s' % (max_pirate_namelen, pirate) + self.s += ' %-*s' % (max(max_pirate_namelen, 14), pirate) for v in puzstrs: self.s += ' %-*.*s' % (self._cw,self._cw, v) self.s += '\n'