Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-11-29 20:55:56 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-11-29 20:55:56 +0000
commit5ec520f461e578589677d70aead0de96a3ba438e (patch)
tree49003fd0e1104adb38f92f14452acdf71316a4f9 /archinstall
parent8814cb46977c78bf31a70fc5546f98452bc72e50 (diff)
Test/Debug data.
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/profiles.py1
1 files changed, 1 insertions, 0 deletions
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'))