Changeset 486:9c36110d0d6d


Ignore:
Timestamp:
03/31/13 12:12:38 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Further ensuring that pirepAutoSave is not True unless there is a PIREP directory (re #196)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/config.py

    r485 r486  
    669669        self._pirepAutoSave = self._getBoolean(config, "general",
    670670                                               "pirepAutoSave", False)
     671        if self._pirepDirectory is None:
     672            self._pirepAutoSave = False
    671673
    672674        self._messageTypeLevels = {}
Note: See TracChangeset for help on using the changeset viewer.