Opened 14 years ago

Closed 14 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)

commit-5d39d2d (766 bytes) - added by elberet 14 years ago.

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by elberet

comment:1 Changed 14 years ago by andar

  • Milestone set to 1.3.0
  • Resolution set to fixed
  • Status changed from new to closed

Fixed thanks.

Note: See TracTickets for help on using tickets.