File compared:
a.zip
Code:
for match in results:
if not match.success:
print("Not Success")
print(match.message)
else:
print("Success")
Result:
Not Success
'cp950' codec can't decode byte 0xff in position 45: illegal multibyte sequence
Not Success
'cp950' codec can't decode byte 0xff in position 45: illegal multibyte sequence
System: Windows 10
Python 3, using Jupyter notebook
File compared:
a.zip
Code:
Result:
System: Windows 10
Python 3, using Jupyter notebook