https://bugzilla.wikimedia.org/show_bug.cgi?id=73023
John Mark Vandenberg <[email protected]> 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 <[email protected]> --- $ 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] -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
