Missing library fix
Missing library error wasn't handled correctly.
This commit is contained in:
parent
0a8fdd7eff
commit
8e650396da
|
@ -32,6 +32,8 @@ if bso:
|
|||
bmpow.restype = ctypes.c_ulonglong
|
||||
except:
|
||||
bmpow = None
|
||||
else:
|
||||
bmpow = None
|
||||
|
||||
def _set_idle():
|
||||
if 'linux' in sys.platform:
|
||||
|
|
Loading…
Reference in New Issue
Block a user