Changeset 485
- Timestamp:
- 09/08/08 21:12:22 (5 years ago)
- File:
-
- 1 edited
-
trunk/common/configManager.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/configManager.py
r454 r485 84 84 distConfigFile = os.path.join(path, config.CONFIG_FILE) 85 85 if distConfig.read(distConfigFile) == []: 86 raise IOError("Can't read configuration file ")86 raise IOError("Can't read configuration file (%s)" % distConfigFile) 87 87 distConfigVersion = distConfig.getint('General', 'CONFIG_VERSION') 88 88
Note: See TracChangeset
for help on using the changeset viewer.
