From 242b4e498ac83351a711e64b571d957ace106563 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 24 Dec 2019 10:04:00 +0900 Subject: myhtml: sort by file name We want sorted Summary. This patch do it. Signed-off-by: Kuninori Morimoto --- scripts/myhtml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/myhtml.py b/scripts/myhtml.py index 1d5eed4..114d5a4 100755 --- a/scripts/myhtml.py +++ b/scripts/myhtml.py @@ -184,6 +184,7 @@ class periject_html(base.base): html("th").print("team") html("th").print("assignee") html("th").print("title") + files.sort() for file in files: v = view.viewer([file]) v.set_data(file) -- cgit v1.2.3