mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-19 12:57:16 +00: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> (cherry picked from commit 204d03ae43bcf9578e2d356a9a243c78eddf3453) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b0ea01846a
commit
5ef5d51a2b
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user