Skip to content

Commit

Permalink
Revert "Circle in on culprit for hanging tests (issue #220)."
Browse files Browse the repository at this point in the history
This reverts commit 56408bf.
  • Loading branch information
csadorf committed Aug 10, 2021
1 parent 56408bf commit 37577bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plumpy/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,6 @@ def get_status_info(self, out_status_info: dict) -> None:
'ctime': self.creation_time,
'paused': self.paused,
'process_string': str(self),
#'state': self.state, # CULPRIT FOR HANGING TESTS!
'state': self.state,
'state_info': str(self._state)
})

0 comments on commit 37577bd

Please sign in to comment.