summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-07-05 15:13:27 +0100
committerAngelos Evripiotis <angelos.evripiotis@gmail.com>2019-07-09 20:48:08 +0000
commit55b3342fc5b536ed90b701bf6d83b61090346797 (patch)
tree5de8472d2b60dcb7803faf45c87c8de1c66a4652
parent5bc2b0731b8f87e50ad0db50706494e53014dbe1 (diff)
downloadbuildstream-55b3342fc5b536ed90b701bf6d83b61090346797.tar.gz
_exceptions: rm unused OSTREE ErrorDomain entry
-rw-r--r--src/buildstream/_exceptions.py17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/buildstream/_exceptions.py b/src/buildstream/_exceptions.py
index f57e4b34a..82f1fe8ed 100644
--- a/src/buildstream/_exceptions.py
+++ b/src/buildstream/_exceptions.py
@@ -88,15 +88,14 @@ class ErrorDomain(Enum):
SANDBOX = 5
ARTIFACT = 6
PIPELINE = 7
- OSTREE = 8
- UTIL = 9
- SOURCE = 10
- ELEMENT = 11
- APP = 12
- STREAM = 13
- VIRTUAL_FS = 14
- CAS = 15
- PROG_NOT_FOUND = 16
+ UTIL = 8
+ SOURCE = 9
+ ELEMENT = 10
+ APP = 11
+ STREAM = 12
+ VIRTUAL_FS = 13
+ CAS = 14
+ PROG_NOT_FOUND = 15
# BstError is an internal base exception class for BuildSream