Changeset 798 in tailor


Ignore:
Timestamp:
09/10/05 15:21:12 (8 years ago)
Author:
lele@…
Hash name:
20050910132112-97f81-17228de30f4fa18c2a44bb457ac1d749031d8c4a
Message:

More informative exception message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository.py

    r792 r798  
    119119            if not ok: 
    120120                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'))) 
    123124 
    124125    def log_info(self, what): 
Note: See TracChangeset for help on using the changeset viewer.