- Timestamp:
- 05/22/07 23:33:08 (3 years ago)
- Files:
-
- 1 modified
-
ore.main/trunk/src/ore/main/application.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ore.main/trunk/src/ore/main/application.py
r1961 r1966 207 207 self.registry['logging.level'] = level 208 208 209 if self.options.profile_filename:209 if has_profile and self.options.profile_filename: 210 210 pfn = self.options.profile_filename 211 211 if not os.path.isabs(pfn):
