1
0

this probably fixes #4072

This commit is contained in:
ThomasV
2018-03-08 10:14:32 +01:00
parent 449734f3a0
commit 2deae196d9

View File

@@ -36,7 +36,7 @@ else:
try:
libzbar = ctypes.cdll.LoadLibrary(name)
except OSError:
except BaseException:
libzbar = None