minor
This commit is contained in:
parent
11a5e78042
commit
1d5e407211
@ -18,7 +18,7 @@ if __name__ == "__main__":
|
|||||||
files.append(os.path.abspath(arg))
|
files.append(os.path.abspath(arg))
|
||||||
|
|
||||||
html = None
|
html = None
|
||||||
for f in files:
|
for f in sorted(files):
|
||||||
try:
|
try:
|
||||||
fobj = open(f)
|
fobj = open(f)
|
||||||
if not fobj:
|
if not fobj:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user