def _on_node_updated()

in cookbooks/aws-parallelcluster-environment/files/custom_action_executor/custom_action_executor.py [0:0]


    def _on_node_updated(self):
        if self.conf.can_execute and self._is_stack_update_in_progress():
            try:
                self._download_run()
            except DownloadRunError as e:
                self.custom_logger.error_exit(msg=e.msg)
            except RuntimeError as e:
                logging.debug(e)
                self.custom_logger.error_exit("Failed to run post update hook")