Opened 15 years ago
Closed 15 years ago
#1341 closed bug (Fixed)
@config.py:402, self._save_timer may be None
Reported by: | elberet | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | Core | Version: | 1.3.0_dev |
Keywords: | Cc: |
Description
A bug in config.py results in config files not being properly written to disk. When save is called, self._save_timer may ne None which results in an exception at config.py:402.
Fix attached.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | commit-5d39d2d added |
---|
comment:1 by , 15 years ago
Milestone: | → 1.3.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed thanks.