core/emulator: properly ignore inotify problems (fixes #854)

pull/857/head
matejcik 4 years ago
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…
Cancel
Save