diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-06-26 01:00:19 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-06-26 01:00:19 -0400 |
commit | 3f6e82f632027904e2912664cbb1c60cdc79a509 (patch) | |
tree | 58eb6e25884663912ccb3c4add4565c7f375851b /cbc/exceptions.py | |
parent | 973725aa1985ca4fab62bff0afe29a8fb8f96b6d (diff) | |
download | cbc-3f6e82f632027904e2912664cbb1c60cdc79a509.tar.gz |
* 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.
Diffstat (limited to 'cbc/exceptions.py')
-rw-r--r-- | cbc/exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |