From d189958fffaed45952c842c55e3dab614bd8fb44 Mon Sep 17 00:00:00 2001 From: Johannes Garm Houen Date: Tue, 24 Mar 2026 09:51:00 +0100 Subject: [PATCH] remove early return preventing post_setup_commit hook from being run --- clixon/client.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/clixon/client.py b/clixon/client.py index ffc7693..c30b5fd 100644 --- a/clixon/client.py +++ b/clixon/client.py @@ -71,9 +71,6 @@ def controller_transaction_cb(*args, **kwargs) -> None: tid = str(notification.notification.controller_transaction.tid) result = str(notification.notification.controller_transaction.result) - if "SUCCESS" in data: - return - if tid not in transactions: return