All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] utils/check-package: fix flake8 warning
@ 2019-05-19 21:15 Peter Seiderer
  2019-05-20  8:20 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2019-05-19 21:15 UTC (permalink / raw)
  To: buildroot

Fix flake 8 warning (introduced with commit [1]):

  utils/checkpackagelib/lib.py:56:1: E302 expected 2 blank lines, found 1

[1] https://git.buildroot.net/buildroot/commit/?id=8e352c32b0beded97a8a5c1e9edc9d618514ee7b

Reported-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 utils/checkpackagelib/lib.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/checkpackagelib/lib.py b/utils/checkpackagelib/lib.py
index c65a2ed939..457b3c3171 100644
--- a/utils/checkpackagelib/lib.py
+++ b/utils/checkpackagelib/lib.py
@@ -53,6 +53,7 @@ class TrailingSpace(_CheckFunction):
                     .format(self.filename, lineno),
                     text]

+
 class Utf8Characters(_CheckFunction):
     def is_ascii(self, s):
         try:
--
2.21.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH v1] utils/check-package: fix flake8 warning
  2019-05-19 21:15 [Buildroot] [PATCH v1] utils/check-package: fix flake8 warning Peter Seiderer
@ 2019-05-20  8:20 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2019-05-20  8:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Fix flake 8 warning (introduced with commit [1]):
 >   utils/checkpackagelib/lib.py:56:1: E302 expected 2 blank lines, found 1

 > [1] https://git.buildroot.net/buildroot/commit/?id=8e352c32b0beded97a8a5c1e9edc9d618514ee7b

 > Reported-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-20  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-19 21:15 [Buildroot] [PATCH v1] utils/check-package: fix flake8 warning Peter Seiderer
2019-05-20  8:20 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.