Commit f11e1122 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

set default status to DEFAULT

parent 4aba3bf0
Pipeline #11844 passed with stage
in 0 seconds
......@@ -60,7 +60,7 @@ class CsstResult:
def __init__(
self,
status: CsstStatus = CsstStatus.ERROR,
status: CsstStatus = CsstStatus.DEFAULT,
products: Optional[list[str]] = None,
files: Optional[list[str]] = None,
**output: Any,
......
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