Commit 54ee5de6 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

use p.exit()

parent bc49a850
......@@ -6,4 +6,4 @@ p = Pipeline()
p.logger.info("Hello, world!")
p.logger.info(f"p.task = {p.task}")
exit(p.EXIT_CODES["success"])
p.exit("success")
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