...Typo Error

This commit is contained in:
Jerry Yan 2019-04-18 10:43:04 +08:00
parent 69b594cf8e
commit b3162b1ed5

View File

@ -61,7 +61,7 @@ def encode():
continue
if os.path.exists(i):
isEncode = True
if os.path.getsize(path) < 8 * 1024 * 1024:
if os.path.getsize(i) < 8 * 1024 * 1024:
Common.appendEncodeStatus("Encoded File >{}< is too small, will ignore it".format(path))
continue
Common.appendEncodeStatus("Encoding >{}< Start".format(i))