Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

UnboundLocalError #67

Open
larsbergstrom opened this issue Nov 18, 2016 · 4 comments
Open

UnboundLocalError #67

larsbergstrom opened this issue Nov 18, 2016 · 4 comments

Comments

@larsbergstrom
Copy link

We're getting the following error on some WebRender PRs:

Traceback (most recent call last):
  File "/home/servo/homu/_venv/bin/bottle.py", line 862, in _handle
    return route.call(**args)
  File "/home/servo/homu/_venv/bin/bottle.py", line 1732, in wrapper
    rv = callback(*a, **ka)
  File "/home/servo/homu/_venv/lib/python3.4/site-packages/homu/server.py", line 392, in github
    realtime=True,
  File "/home/servo/homu/_venv/lib/python3.4/site-packages/homu/main.py", line 392, in parse_commands
    if 'authzfail' in res.text:
UnboundLocalError: local variable 'res' referenced before assignment
^C

cc @Manishearth @edunham

@larsbergstrom
Copy link
Author

This is an example of one of the triggering PRs:
servo/webrender#571

@Manishearth
Copy link
Member

That's a response to @bors-servo force on a non-buildbot PR.

@larsbergstrom
Copy link
Author

Aha :-) Hrm, then I wonder why the tests / merging isn't happening for WR?

@Manishearth
Copy link
Member

No idea :(

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

No branches or pull requests

2 participants