support/scripts/pkg-stats: fix flake8 warning
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 12 Jul 2020 19:23:13 +0000 (21:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 12 Jul 2020 19:23:13 +0000 (21:23 +0200)
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

index 170f99e7fc48479f28a50ca1a84d0bb3bb5ca9b8..ec4d538758aea608fd2a65f3af0690ec4f477634 100755 (executable)
@@ -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():