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: ...@@ -231,7 +231,7 @@ class Pipeline:
try: try:
# if the module works well # if the module works well
res: CsstResult = func(*args, **kwargs) res: CsstResult = func(*args, **kwargs)
assert isinstance(res, CsstResult) assert isinstance(res, CsstResult), res
# define results # define results
status = res.status status = res.status
files = res.files 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