Changeset 798 in tailor
- Timestamp:
- 09/10/05 15:21:12 (8 years ago)
- Hash name:
- 20050910132112-97f81-17228de30f4fa18c2a44bb457ac1d749031d8c4a
- File:
-
- 1 edited
-
vcpx/repository.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository.py
r792 r798 119 119 if not ok: 120 120 raise ConfigurationError("The command %r used " 121 "by %r does not exist!" % 122 (self.EXECUTABLE, self.name)) 121 "by %r does not exist in %r!" % 122 (self.EXECUTABLE, self.name, 123 getenv('PATH'))) 123 124 124 125 def log_info(self, what):
Note: See TracChangeset
for help on using the changeset viewer.
