#2368 closed defect (fixed)
[patch] KeyError when trying to logout more than once
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Contrib apps | Version: | dev |
| Severity: | normal | Keywords: | |
| Cc: | gary.wilson@… | Triage Stage: | Unreviewed |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
For example, if you have two tabs open and try to logout in each, you will get a KeyError the second time. logout() should not raise an exception if called more than once.
Attachments (1)
Change History (3)
by , 19 years ago
| Attachment: | logout.diff added |
|---|
comment:1 by , 19 years ago
| Cc: | added |
|---|
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3402]) Fixed #2368 -- Fixed KeyError when trying to log out more than once. Thanks, Gary Wilson