Skip to content

Commit

Permalink
fix task status bug
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenxinxing committed Sep 19, 2022
1 parent d9c77bb commit 8b766d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/starwhale/core/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ def eval_user_handler(
logger.error(f"job:{job_name} execute error:{e}")
_status = STATUS.FAILED
_manifest["error_message"] = str(e)
raise
finally:
_manifest.update(
{
Expand Down

0 comments on commit 8b766d0

Please sign in to comment.