forked from josch/img2pdf
Compare commits
No commits in common. "6fbb6cd60d68278485c7c619b27330254167cf4d" and "8dac6242fc9000f3e2b2dde01ea62a0e48ac6619" have entirely different histories.
6fbb6cd60d
...
8dac6242fc
1 changed files with 1 additions and 1 deletions
|
@ -2510,7 +2510,7 @@ def input_images(path_expr):
|
|||
# paths without wildcards that do not exist will trigger "does not exist"
|
||||
from glob import glob
|
||||
|
||||
paths = sorted(glob(path_expr))
|
||||
paths = glob(path_expr)
|
||||
for path in paths:
|
||||
try:
|
||||
if os.path.getsize(path) == 0:
|
||||
|
|
Loading…
Reference in a new issue