From 3b3456b6f9b3ddd6be5da6a8dad53243f6793c73 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 7 Jul 2020 22:24:56 +0000 Subject: Added a raise on sys_command exit code being bad. Also updated readme to show how to test this locally --- archinstall/lib/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archinstall/lib/exceptions.py') diff --git a/archinstall/lib/exceptions.py b/archinstall/lib/exceptions.py index 9d033147..68ba8750 100644 --- a/archinstall/lib/exceptions.py +++ b/archinstall/lib/exceptions.py @@ -3,4 +3,6 @@ class RequirementError(BaseException): class DiskError(BaseException): pass class ProfileError(BaseException): + pass +class SysCallError(BaseException): pass \ No newline at end of file -- cgit v1.2.3-54-g00ecf