We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c940a56 commit 69e4beeCopy full SHA for 69e4bee
src/argowrapper/engine/argo_engine.py
@@ -178,6 +178,8 @@ def get_workflow_details(
178
if self.dry_run:
179
return "workflow status"
180
try:
181
+ # TODO remove this debug print, or set it to level debug
182
+ logger.info(f"UID we're looking for is: {uid}")
183
archived_workflow_details = self._get_archived_workflow_details_dict(uid)
184
archived_wf_details_parsed = argo_engine_helper.parse_details(
185
archived_workflow_details, "archived_workflow"
0 commit comments