Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-03-21 14:04:06 +0100
committerAnton Hvornum <anton@hvornum.se>2021-03-21 14:04:06 +0100
commitdf1ed2034d17ff15bb321ff2c306c9e8aaedeec6 (patch)
tree7e4c10727761ccf14b2bf7c3f0f9d74f738af91e /archinstall/lib
parent75d1395b107d983c8b97f10ee757ee6f28487afa (diff)
Debugging tainted namespace on profile modules.
Diffstat (limited to 'archinstall/lib')
-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 01c3288c..92c9a140 100644
--- a/archinstall/lib/profiles.py
+++ b/archinstall/lib/profiles.py
@@ -125,6 +125,7 @@ class Script():
raise ProfileNotFound(f"Cannot handle scheme {parsed_url.scheme}")
def load_instructions(self, namespace=None):
+ print(f"Load instructions for {self} with namespace {namespace}")
if namespace:
self.namespace = namespace