All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] support/scripts/pkg-stats: fix flake8 warning
@ 2020-07-12 19:23 Thomas Petazzoni
  2020-07-21  6:44 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2020-07-12 19:23 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=204d03ae43bcf9578e2d356a9a243c78eddf3453
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This fixes the following flake8 warning:

support/scripts/pkg-stats:1005:9: E117 over-indented

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 support/scripts/pkg-stats | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats
index 170f99e7fc..ec4d538758 100755
--- a/support/scripts/pkg-stats
+++ b/support/scripts/pkg-stats
@@ -1002,7 +1002,7 @@ def dump_json(packages, defconfigs, stats, date, commit, output):
 
 
 def resolvepath(path):
-        return os.path.abspath(os.path.expanduser(path))
+    return os.path.abspath(os.path.expanduser(path))
 
 
 def parse_args():

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

* [Buildroot] [git commit] support/scripts/pkg-stats: fix flake8 warning
  2020-07-12 19:23 [Buildroot] [git commit] support/scripts/pkg-stats: fix flake8 warning Thomas Petazzoni
@ 2020-07-21  6:44 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2020-07-21  6:44 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=204d03ae43bcf9578e2d356a9a243c78eddf3453
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > This fixes the following flake8 warning:

 > support/scripts/pkg-stats:1005:9: E117 over-indented

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-07-21  6:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-12 19:23 [Buildroot] [git commit] support/scripts/pkg-stats: fix flake8 warning Thomas Petazzoni
2020-07-21  6:44 ` 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.