C:\pwb\GIT\core>pwb checkimages -wait:60 -sleep:60
Traceback (most recent call last):
File "C:\pwb\GIT\core\pwb.py", line 362, in <module>
if not main():
File "C:\pwb\GIT\core\pwb.py", line 354, in main
run_python_file(filename,
File "C:\pwb\GIT\core\pwb.py", line 73, in run_python_file
exec(compile(source, filename, 'exec', dont_inherit=True),
File ".\scripts\checkimages.py", line 1732, in <module>
ret = main()
File ".\scripts\checkimages.py", line 1557, in main
time_sleep = int(arg[length + 1:])
ValueError: invalid literal for int() with base 10: ''
CRITICAL: Exiting due to uncaught exception <class 'ValueError'>Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| [bugfix] Re-enable -sleep parameter in checkimages.py | pywikibot/core | master | +54 -91 |
Related Objects
Related Objects
Event Timeline
Comment Actions
Change 631961 had a related patch set uploaded (by Xqt; owner: Xqt):
[pywikibot/core@master] [bugfix] Re-enable -sleep parameter in checkimages.py
Comment Actions
Change 631961 merged by jenkins-bot:
[pywikibot/core@master] [bugfix] Re-enable -sleep parameter in checkimages.py