gpaumier / MrMetadata

A script and dashboard to identify and fix images on Wikimedia sites without machine-readable metadata
MIT License
4 stars 0 forks source link

make pep8 pass on families folder with --max-line-length=100 #1

Closed ricordisamoa closed 9 years ago

ricordisamoa commented 9 years ago

Fixed 4 errors:

families/wikisourceorg_family.py:13:1: E302 expected 2 blank lines, found 1
families/wikisourceorg_family.py:23:5: E303 too many blank lines (3)
families/wmfwiki_family.py:13:1: E302 expected 2 blank lines, found 1
families/wmfwiki_family.py:23:5: E303 too many blank lines (3)

They were caused by a Pywikibot bug, now resolved with https://gerrit.wikimedia.org/r/192840.

gpaumier commented 9 years ago

Thank you @ricordisamoa !