test resolve

This commit is contained in:
root 2020-03-07 23:18:49 +05:30
parent 84e4d6d575
commit e3499e4b99
1 changed files with 1 additions and 1 deletions

View File

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