Changeset 485


Ignore:
Timestamp:
09/08/08 21:12:22 (5 years ago)
Author:
fma
Message:

Added config file path if error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/common/configManager.py

    r454 r485  
    8484            distConfigFile = os.path.join(path, config.CONFIG_FILE) 
    8585            if distConfig.read(distConfigFile) == []: 
    86                 raise IOError("Can't read configuration file") 
     86                raise IOError("Can't read configuration file (%s)" % distConfigFile) 
    8787            distConfigVersion = distConfig.getint('General', 'CONFIG_VERSION') 
    8888             
Note: See TracChangeset for help on using the changeset viewer.