Skip to content

Commit

Permalink
Update argo_engine.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur authored Jan 26, 2024
1 parent c0722ff commit 4cae3c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/argowrapper/engine/argo_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ def get_user_workflows_for_current_month(self, auth_header: str) -> List[Dict]:

def get_workflows_for_label_selector(self, label_selector: str) -> List[Dict]:
try:
logger.info(f"ARGO_NAMESPACE: {ARGO_NAMESPACE}")
workflow_list_return = self.api_instance.list_workflows(
namespace=ARGO_NAMESPACE,
list_options_label_selector=label_selector,
Expand Down

0 comments on commit 4cae3c5

Please sign in to comment.