Commit 4f03e35d authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

verbose

parent 4ddd430b
Pipeline #9138 passed with stage
......@@ -231,7 +231,7 @@ class Pipeline:
try:
# if the module works well
res: CsstResult = func(*args, **kwargs)
assert isinstance(res, CsstResult)
assert isinstance(res, CsstResult), res
# define results
status = res.status
files = res.files
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment