Debugging tainted namespace on profile modules.

This commit is contained in:
Anton Hvornum 2021-03-21 14:48:26 +01:00
parent 1fb61bf8fc
commit f76f5458da
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 0 deletions

View File

@ -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()