summaryrefslogtreecommitdiff
path: root/buildstream/_signals.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_signals.py')
-rw-r--r--buildstream/_signals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_signals.py b/buildstream/_signals.py
index 56f70fa7a..41b100f93 100644
--- a/buildstream/_signals.py
+++ b/buildstream/_signals.py
@@ -38,7 +38,7 @@ def terminator_handler(signal_, frame):
terminator_ = terminator_stack.pop()
try:
terminator_()
- except: # pylint: disable=bare-except
+ except: # noqa pylint: disable=bare-except
# Ensure we print something if there's an exception raised when
# processing the handlers. Note that the default exception
# handler won't be called because we os._exit next, so we must