diff options
Diffstat (limited to 'cbc/environment.py')
-rw-r--r-- | cbc/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cbc/environment.py b/cbc/environment.py index 7bc427c..a1c6b6e 100644 --- a/cbc/environment.py +++ b/cbc/environment.py @@ -21,7 +21,7 @@ class Environment(object): self.cbchome = self.environ['CBC_HOME']
if self.cbchome is None:
- raise IncompleteEnv('Environment.cbchome is undefined')
+ raise IncompleteEnv('CBC_HOME is undefined.')
self.cbchome = os.path.abspath(self.cbchome)
|