Skip to content

Commit 69e4bee

Browse files
committed
Adding a uid debug print
1 parent c940a56 commit 69e4bee

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
@@ -178,6 +178,8 @@ def get_workflow_details(
178178
if self.dry_run:
179179
return "workflow status"
180180
try:
181+
# TODO remove this debug print, or set it to level debug
182+
logger.info(f"UID we're looking for is: {uid}")
181183
archived_workflow_details = self._get_archived_workflow_details_dict(uid)
182184
archived_wf_details_parsed = argo_engine_helper.parse_details(
183185
archived_workflow_details, "archived_workflow"

0 commit comments

Comments
 (0)