Skip to content

Commit

Permalink
respond to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed Dec 10, 2024
1 parent d169003 commit b40f61d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/radical/pilot/pilot.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def _update(self, pilot_dict):
if self._state in rps.FINAL:
if self._sub:
self._sub.stop()
self._sub = None

# FIXME: this is a hack to get the resource details into the pilot
resources = pilot_dict.get('resources') or {}
Expand Down

0 comments on commit b40f61d

Please sign in to comment.