minor
authorAndrey Kamaev <no@email>
Mon, 31 Oct 2011 13:19:12 +0000 (13:19 +0000)
committerAndrey Kamaev <no@email>
Mon, 31 Oct 2011 13:19:12 +0000 (13:19 +0000)
modules/ts/misc/concatlogs.py

index 56566b1..502bcfa 100644 (file)
@@ -18,7 +18,7 @@ if __name__ == "__main__":
             files.append(os.path.abspath(arg))
 
     html = None
-    for f in files:
+    for f in sorted(files):
         try:
             fobj = open(f)
             if not fobj: