Skip to content

Commit

Permalink
add state to JobDict
Browse files Browse the repository at this point in the history
  • Loading branch information
kalessin committed Oct 15, 2023
1 parent c83e779 commit c05c5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shub_workflow/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class JobDict(TypedDict):
running_time: NotRequired[int]
finished_time: NotRequired[int]
scrapystats: NotRequired[Dict[str, Any]]
state: NotRequired[str]


class ArgumentParserScriptProtocol(Protocol):
Expand Down

0 comments on commit c05c5ca

Please sign in to comment.