minor
This commit is contained in:
parent
11a5e78042
commit
1d5e407211
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user