From c14ee42bff34f6fe638fc9b045d8b2dd3fb9f560 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Tue, 18 May 2021 08:27:59 -0400 Subject: Remove PermissionError since it shadows the built-in of the same name --- archinstall/lib/exceptions.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/archinstall/lib/exceptions.py b/archinstall/lib/exceptions.py index 6837f582..147b239b 100644 --- a/archinstall/lib/exceptions.py +++ b/archinstall/lib/exceptions.py @@ -29,10 +29,6 @@ class HardwareIncompatibilityError(BaseException): pass -class PermissionError(BaseException): - pass - - class UserError(BaseException): pass -- cgit v1.2.3-54-g00ecf