scripts/generate-ptest-logs: Fix typo

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2024-07-12 18:04:21 +01:00
parent 9dc1462c0b
commit da2c03a6cb

View File

@ -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"