Changeset 3187

Show
Ignore:
Timestamp:
06/13/07 09:17:16 (17 years ago)
Author:
jerome
Message:

Ensure that debug is on if PyKota fails before being able to read
the configuration file (permission problem)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r3184 r3187  
    128128    def __init__(self, lang="", charset=None, doc="PyKota v%(__version__)s (c) %(__years__)s %(__author__)s") : 
    129129        """Initializes the command line tool.""" 
     130        self.debug = True # in case of early failure 
     131         
    130132        # did we drop priviledges ? 
    131133        self.privdropped = 0