Skip to content

Commit

Permalink
Change the statue and include the next state.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed May 12, 2024
1 parent cbe5e69 commit 2b17bf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/panoptes/pocs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ def should_retry(self):
def status(self) -> dict:
try:
status = {
'state': self.state,
'from_state': self.state,
'to_state': self.next_state,
'system': {
'free_space': str(self._free_space),
},
Expand Down

0 comments on commit 2b17bf6

Please sign in to comment.