Update simple_menu.py
This commit is contained in:
parent
33c27db1ba
commit
015cd2a59f
|
|
@ -59,7 +59,7 @@ from typing import (
|
|||
try:
|
||||
import termios
|
||||
except ImportError as e:
|
||||
pass # raise NotImplementedError('"{}" is currently not supported.'.format(platform.system())) from e
|
||||
raise NotImplementedError('"{}" is currently not supported.'.format(platform.system())) from e
|
||||
|
||||
__author__ = "Ingo Meyer"
|
||||
__email__ = "i.meyer@fz-juelich.de"
|
||||
|
|
|
|||
Loading…
Reference in New Issue