post_action_regex: fix log message for list_namespace

Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
This commit is contained in:
Sandro Bonazzola
2022-09-07 16:48:58 +02:00
committed by Sandro Bonazzola
parent bce5be9667
commit fcc7145b98
+1 -1
View File
@@ -19,7 +19,7 @@ def list_namespaces():
ret = cli.list_namespace(pretty=True)
except ApiException as e:
logging.error(
"Exception when calling CoreV1Api->list_namespaced_pod: %s\n",
"Exception when calling CoreV1Api->list_namespace: %s\n",
e
)
for current_namespace in ret.items: