diff --git a/src/radical/pilot/pilot.py b/src/radical/pilot/pilot.py index 95733f9cc..43494b0c4 100644 --- a/src/radical/pilot/pilot.py +++ b/src/radical/pilot/pilot.py @@ -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 {}