Skip to content

Commit c940a56

Browse files
committed
Working up the chain
1 parent 3e3f5f9 commit c940a56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/argowrapper/engine/argo_engine.py

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ def _get_archived_workflow_details_dict(self, uid: str) -> Dict:
8484
Raises a argo_workflows.exceptions.NotFoundException if the workflow uid cannot be found
8585
as an archived workflow
8686
"""
87+
# TODO delete this before committing to master
88+
print(f"Looking for UID: {uid}")
8789
# good to know: this one by default already includes some of the necessary fields like metadata.annotations,metadata.creationTimestamp ...and unfortunately we can't control the fields like in the call to get_workflow() above with "fields" parameter...
8890
return self.archive_api_instance.get_archived_workflow(
8991
uid=uid, _check_return_type=False

0 commit comments

Comments
 (0)