Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/exceptions.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-07 22:24:56 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-07 22:24:56 +0000
commit3b3456b6f9b3ddd6be5da6a8dad53243f6793c73 (patch)
tree851dc28a9f1f09a9bc695512aa5447d54fe5b8d5 /archinstall/lib/exceptions.py
parent0bc24699c1aba583b1d98809321e2f726425f3fe (diff)
Added a raise on sys_command exit code being bad. Also updated readme to show how to test this locally
Diffstat (limited to 'archinstall/lib/exceptions.py')
-rw-r--r--archinstall/lib/exceptions.py2
1 files changed, 2 insertions, 0 deletions
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