Modify ↓
Opened 15 years ago
Closed 15 years ago
#7137 closed defect (fixed)
Syntax error
Reported by: | Owned by: | Russ Tyndall | |
---|---|---|---|
Priority: | normal | Component: | NeverNotifyUpdaterPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
There appears to be a syntax error in the current version. Specifically, you appear to have used a !
in the if statement of line 10 of api.py
, when I believe you probably wanted a not
.
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks very much for the error report, sorry for the stupid error, must have switched languages one too many times that day, not sure how I didnt catch it
Note: See
TracTickets for help on using
tickets.
(In [7962]) fixed
not
typo. Not sure how that didnt come out in the wash. re #7137