From 015cd2a59fbdf3316ddfb7546b884157ad00c7fe Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 6 Jan 2022 16:57:50 +0100 Subject: Update simple_menu.py --- archinstall/lib/simple_menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib') diff --git a/archinstall/lib/simple_menu.py b/archinstall/lib/simple_menu.py index bc78e703..a9d6d7ec 100644 --- a/archinstall/lib/simple_menu.py +++ b/archinstall/lib/simple_menu.py @@ -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" -- cgit v1.2.3-54-g00ecf