diff mbox series

support/testing: test_hardening fix flake8 whitespace

Message ID 20181020152247.17493-1-matthew.weber@rockwellcollins.com
State Accepted
Headers show
Series support/testing: test_hardening fix flake8 whitespace | expand

Commit Message

Matt Weber Oct. 20, 2018, 3:22 p.m. UTC
Resolves:
support/testing/tests/core/test_hardening.py:25:42: E231 missing whitespace after ','

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
---
 support/testing/tests/core/test_hardening.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Oct. 20, 2018, 3:28 p.m. UTC | #1
Hello,

On Sat, 20 Oct 2018 10:22:47 -0500, Matt Weber wrote:
> Resolves:
> support/testing/tests/core/test_hardening.py:25:42: E231 missing whitespace after ','
> 
> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
> ---
>  support/testing/tests/core/test_hardening.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/support/testing/tests/core/test_hardening.py b/support/testing/tests/core/test_hardening.py
index 9f26962b30..82e0f3d8f2 100644
--- a/support/testing/tests/core/test_hardening.py
+++ b/support/testing/tests/core/test_hardening.py
@@ -22,7 +22,7 @@  class TestHardeningBase(infra.basetest.BRTest):
         # BR2_TARGET_ROOTFS_TAR is not set
         """
 
-    checksec_files = ["usr/sbin/lighttpd","bin/busybox"]
+    checksec_files = ["usr/sbin/lighttpd", "bin/busybox"]
 
     def checksec_run(self, target_file):
         filepath = os.path.join(self.builddir, "target", target_file)