Skip to content

Commit 4cae3c5

Browse files
authored
Update argo_engine.py
1 parent c0722ff commit 4cae3c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/argowrapper/engine/argo_engine.py

+1
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ def get_user_workflows_for_current_month(self, auth_header: str) -> List[Dict]:
418418

419419
def get_workflows_for_label_selector(self, label_selector: str) -> List[Dict]:
420420
try:
421+
logger.info(f"ARGO_NAMESPACE: {ARGO_NAMESPACE}")
421422
workflow_list_return = self.api_instance.list_workflows(
422423
namespace=ARGO_NAMESPACE,
423424
list_options_label_selector=label_selector,

0 commit comments

Comments
 (0)