Modify ↓
#4776 closed defect (fixed)
local variable 'realm' referenced before assignment
Reported by: | Jirka Vejrazka | Owned by: | Martin Scharrer |
---|---|---|---|
Priority: | normal | Component: | WatchlistPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Got it. Fixed in 5357. This things happen if you copy&paste code from one place to another ... I'm supprised that I never got an error. Probably the same instance used for the add/remove action was reused for the view action, so that the variable was still initialised.