From 3f6e82f632027904e2912664cbb1c60cdc79a509 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 26 Jun 2015 01:00:19 -0400 Subject: * Big ole fixes. * No more inline webserver, get your own, or run cbc/server.py manually. * Will refuse to rebuild packages if build number matches the installed version of the same package * Introduced cbc.utils, because cbcbuild was getting ugly. --- cbc/exceptions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cbc/exceptions.py') diff --git a/cbc/exceptions.py b/cbc/exceptions.py index 7acf55f..dc6128f 100644 --- a/cbc/exceptions.py +++ b/cbc/exceptions.py @@ -2,4 +2,7 @@ class IncompleteEnv(Exception): pass class MetaDataError(Exception): + pass + +class CondaBuildError(Exception): pass \ No newline at end of file -- cgit