From 3563f00d877ec9a34ff17523d121401ee75ee758 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 29 Nov 2020 20:19:44 +0000 Subject: Spelling error --- archinstall/lib/profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall') diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index 6d609b77..8a842cce 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -45,7 +45,7 @@ def list_profiles(filter_irrelevant_macs=True): if storage['PROFILE_DB']: try: profile_list = json.loads(grab_url_data(os.path.join(storage["UPSTREAM_URL"], storage['PROFILE_DB']))) - except urllib.error.UTTPError as err: + except urllib.error.HTTPError as err: print(f'Error: Listing profiles on URL "{storage["UPSTREAM_URL"]}" resulted in:', err) return cache except: -- cgit v1.2.3-54-g00ecf