diff options
author | root <skkaushik212@gmail.com> | 2020-03-07 23:18:49 +0530 |
---|---|---|
committer | root <skkaushik212@gmail.com> | 2020-03-11 01:36:47 +0530 |
commit | e3499e4b99627ffbc44db6a6bb542d9ad439b00a (patch) | |
tree | 2f0666eb735f39f1f55d07a75ae691c166e71064 | |
parent | 84e4d6d57534be5d5e12b2e1e6ed60d564b64e57 (diff) | |
download | mitmproxy-e3499e4b99627ffbc44db6a6bb542d9ad439b00a.tar.gz mitmproxy-e3499e4b99627ffbc44db6a6bb542d9ad439b00a.tar.bz2 mitmproxy-e3499e4b99627ffbc44db6a6bb542d9ad439b00a.zip |
test resolve
-rw-r--r-- | mitmproxy/addons/script.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/addons/script.py b/mitmproxy/addons/script.py index 0e6c0252..b3cb0999 100644 --- a/mitmproxy/addons/script.py +++ b/mitmproxy/addons/script.py @@ -112,7 +112,7 @@ class Script: ctx.options.keys() ) except exceptions.OptionsError as e: - script_error_handler(self.fullpath,e,str(e)) + script_error_handler(self.fullpath, e, msg=str(e)) async def watcher(self): last_mtime = 0 |