mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
core/emulator: properly ignore inotify problems (fixes #854)
This commit is contained in:
parent
2958a97c87
commit
1d41141a1f
@ -18,7 +18,7 @@ from trezorlib._internal.emulator import CoreEmulator
|
||||
|
||||
try:
|
||||
import inotify.adapters
|
||||
except ImportError:
|
||||
except Exception:
|
||||
inotify = None
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user