I'd like the ability to disable the is dangerous check as needed through a flag:
|
def _check_danger(self, action_str): |
My use case returns json, and generates an import statement that forces the code to exit:
Action: from json import dumps
If you are ok with this I can generate a PR.