We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539bc27 commit 3cc53e6Copy full SHA for 3cc53e6
1 file changed
to_md.py
@@ -77,7 +77,7 @@ def _():
77
print('###', hash, '(%s)' % hashtodate[hash])
78
rows = list(rows)
79
product, os, size = map(lambda vs: natsort.natsorted(set(vs)), zip(*(r[3:6] for r in rows)))
80
- osh = list(map(lambda s: s[0].upper() + s[1:], map(lambda s: re.sub(r'(32|64)', ' \\1bit', s.replace('m1', ' M1').replace('arm', ' ARM').replace('os', 'OS'), os)))
+ osh = list(map(lambda s: s[0].upper() + s[1:], map(lambda s: re.sub(r'(32|64)', ' \\1bit', s.replace('m1', ' M1').replace('arm', ' ARM')).replace('os', 'OS'), os)))
81
d = dict((r[3:5], (humanize.naturalsize(r[5]), quote_plus(r[6]))) for r in rows)
82
print()
83
print('item|', '|'.join(osh))
0 commit comments