[Buildroot] [git commit] support/scripts/pkg-stats: fix flake8 warning

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Jul 12 19:23:13 UTC 2020


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 at 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():


More information about the buildroot mailing list