🐛 add skip handle for process

This commit is contained in:
yanyongyu
2021-12-06 00:17:52 +08:00
parent c25ee1cb56
commit ca4d7397f8
4 changed files with 76 additions and 32 deletions

View File

@ -156,7 +156,7 @@ async def solve_dependencies(
f"type {type(value)} not match depends {_dependent.func} "
f"annotation {field._type_display()}, ignored"
)
raise SkippedException
raise SkippedException(field, value)
else:
values[field.name] = value