summaryrefslogtreecommitdiff
path: root/src/buildstream/source.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/source.py')
-rw-r--r--src/buildstream/source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/source.py b/src/buildstream/source.py
index c0744e8e7..7b790cdbb 100644
--- a/src/buildstream/source.py
+++ b/src/buildstream/source.py
@@ -765,7 +765,7 @@ class Source(Plugin):
# SourceErrors should be preserved so that the
# plugin can communicate real error cases.
raise
- except Exception as err: # pylint: broad-except
+ except Exception as err:
# Generic errors point to bugs in the plugin, so
# we need to catch them and make sure they do not
# cause stacktraces