this probably fixes #4072
This commit is contained in:
@@ -36,7 +36,7 @@ else:
|
||||
|
||||
try:
|
||||
libzbar = ctypes.cdll.LoadLibrary(name)
|
||||
except OSError:
|
||||
except BaseException:
|
||||
libzbar = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user