From f76f5458daa63b06cf356f40a0eb27f957308b66 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 21 Mar 2021 14:48:26 +0100 Subject: Debugging tainted namespace on profile modules. --- 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 f90facc8..7b6e9b4d 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -76,6 +76,7 @@ class Script(): self.spec = None self.examples = None self.namespace = os.path.splitext(os.path.basename(self.path))[0] + print(f"Script loaded with namespace: {self.namespace}") def __enter__(self, *args, **kwargs): self.execute() -- cgit v1.2.3-54-g00ecf