From 4528525297c48f443dbc3461c96a4bb837b92758 Mon Sep 17 00:00:00 2001 From: wamsachel Date: Tue, 3 Oct 2023 08:23:52 -0600 Subject: [PATCH] Update check-install.py ImportError typo --- check-install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-install.py b/check-install.py index ea5eecd..0104677 100755 --- a/check-install.py +++ b/check-install.py @@ -13,7 +13,7 @@ try: import apt check_apt = True -except ImportErorr: +except ImportError: print("⚠️ Could not import \"apt\". Unable to verify system dependencies.")