From 5ec520f461e578589677d70aead0de96a3ba438e Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 29 Nov 2020 20:55:56 +0000 Subject: Test/Debug data. --- archinstall/lib/profiles.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archinstall') diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index 40089b2c..67f077dc 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -93,6 +93,7 @@ class Script(): if not self.converted_path: self.converted_path = f"/tmp/{os.path.basename(self.profile).replace('.py', '')}_{hashlib.md5(os.urandom(12)).hexdigest()}.py" + print('Opening URL:', url) with open(self.converted_path, "w") as temp_file: temp_file.write(urllib.request.urlopen(url).read().decode('utf-8')) -- cgit v1.2.3-54-g00ecf