Opened 13 years ago
Closed 13 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)
Changed 13 years ago by elberet
comment:1 Changed 13 years ago by andar
- Milestone set to 1.3.0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed thanks.