https://bugzilla.wikimedia.org/show_bug.cgi?id=73023
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Instance of 'Page' has no |checkimages using missing |'getLatestEditors' member |methods |(pylint) |Page.getLatestEditors and | |FilePage.getLatestUploader | |(pylint)
--- Comment #1 from John Mark Vandenberg jayvdb@gmail.com --- $ git grep getLatestUploader scripts/checkimages.py: nick = reportPageObject.getLatestUploader()[0] scripts/checkimages.py: self.timestamp = DupePage.getLatestUploader()[1] scripts/checkimages.py: timestamp = image.getLatestUploader()[1]