Debugging tainted namespace on profile modules.

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

View File

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