summaryrefslogtreecommitdiff
path: root/buildstream/element.py
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-08-10 23:39:31 +0100
committerTristan Maat <tm@tlater.net>2019-01-02 14:29:19 +0100
commit0b972bf3bb5f71e4f880e902ef0f5dc2db800d61 (patch)
tree79361b8e214f694ceb34b944e064eb7d3a4845f9 /buildstream/element.py
parent5dc15c78a1f3475d45d46d5977e669961c4839a4 (diff)
downloadbuildstream-jjardon/pycodestyle.tar.gz
Use pycodestyle instead of pep8jjardon/pycodestyle
pep8 package was renamed to pycodestyle to reduce confusion.
Diffstat (limited to 'buildstream/element.py')
-rw-r--r--buildstream/element.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/element.py b/buildstream/element.py
index e0d8ce77d..82fcbaa8a 100644
--- a/buildstream/element.py
+++ b/buildstream/element.py
@@ -1547,7 +1547,7 @@ class Element(Plugin):
utils._force_rmtree(rootdir)
with _signals.terminator(cleanup_rootdir), \
- self.__sandbox(rootdir, output_file, output_file, self.__sandbox_config) as sandbox: # nopep8
+ self.__sandbox(rootdir, output_file, output_file, self.__sandbox_config) as sandbox: # noqa
# By default, the dynamic public data is the same as the static public data.
# The plugin's assemble() method may modify this, though.