mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
scripts/generate-ptest-logs: Fix typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
9dc1462c0b
commit
da2c03a6cb
|
@ -48,7 +48,7 @@ for build in sorted(os.listdir(path), key=keygen, reverse=True):
|
||||||
modified_time = os.stat(buildpath).st_mtime
|
modified_time = os.stat(buildpath).st_mtime
|
||||||
|
|
||||||
# Only consider things in the last X days
|
# Only consider things in the last X days
|
||||||
if (modified_time < (current_time - days):
|
if (modified_time < (current_time - days)):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
btype = "other"
|
btype = "other"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user