https://bugzilla.wikimedia.org/show_bug.cgi?id=68613
Bug ID: 68613 Summary: checkimages reports execution time even when the bot does execute Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: jayvdb@gmail.com Web browser: --- Mobile Platform: ---
If there was an error parsing the command line arguments, or sys.exit was called when -help was found, the execution time is output (to stderr by default).
$ python pwb.py scripts/checkimages.py -help ... Execution time: 0 seconds