Debugging tainted namespace on profile modules.
This commit is contained in:
parent
1fb61bf8fc
commit
f76f5458da
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue