From f293e7d7c76f383eae64f224834815f1b14a78e6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 29 Jun 2015 00:29:14 -0400 Subject: Getting closer to the real deal --- cbc/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cbc/environment.py') 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) -- cgit