mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
support/scripts/pkg-stats: fix flake8 warning
This fixes the following flake8 warning: support/scripts/pkg-stats:1005:9: E117 over-indented Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user