Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wordpress updated but check not "0" #1

Open
wiesel82 opened this issue May 28, 2014 · 0 comments
Open

Wordpress updated but check not "0" #1

wiesel82 opened this issue May 28, 2014 · 0 comments

Comments

@wiesel82
Copy link

On some wordpress instances I get an error on example-jenkins.py after a successful update.

Traceback (most recent call last):
File "./example-jenkins.py", line 18, in
for area in sorted(updates_input.keys()):
AttributeError: 'int' object has no attribute 'keys'

The browser prints "0" but the source of the checked url is

  1. {empty line}
  2. {empty line}
  3. 0

Problem:
if res == "0": failed
and
for area in sorted(updates_input.keys()): failed too (no keys available)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant