diff options
| -rw-r--r-- | bitbake/lib/bb/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 64491ff7f7..018b7442bf 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
| @@ -99,8 +99,7 @@ def error(*args): | |||
| 99 | 99 | ||
| 100 | def fatal(*args): | 100 | def fatal(*args): |
| 101 | logger.critical(''.join(args)) | 101 | logger.critical(''.join(args)) |
| 102 | sys.exit(1) | 102 | raise BBHandledException() |
| 103 | |||
| 104 | 103 | ||
| 105 | def deprecated(func, name=None, advice=""): | 104 | def deprecated(func, name=None, advice=""): |
| 106 | """This is a decorator which can be used to mark functions | 105 | """This is a decorator which can be used to mark functions |
