mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-27 00:48:12 +00:00
Merge pull request #812 from trezor/tsusanka/fix-watch
emu.py: remove frozen variable
This commit is contained in:
commit
532973569a
@ -144,8 +144,8 @@ def cli(
|
|||||||
if command and not run_command:
|
if command and not run_command:
|
||||||
raise click.ClickException("Extra arguments found. Did you mean to use -c?")
|
raise click.ClickException("Extra arguments found. Did you mean to use -c?")
|
||||||
|
|
||||||
if watch and (command or debugger or frozen):
|
if watch and (command or debugger):
|
||||||
raise click.ClickException("Cannot use -w together with -c or -D or -F")
|
raise click.ClickException("Cannot use -w together with -c or -D")
|
||||||
|
|
||||||
if watch and inotify is None:
|
if watch and inotify is None:
|
||||||
raise click.ClickException("inotify module is missing, install with pip")
|
raise click.ClickException("inotify module is missing, install with pip")
|
||||||
|
Loading…
Reference in New Issue
Block a user