Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla committed Nov 30, 2023
1 parent 8bfe2d9 commit 910ecb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flyte_tests_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@

# Check if the workflow specified is present in the pyflyte run output
just_the_workflow = workflow.split(".")[2]
print(workflow)
print(just_the_workflow)
print(commands)
if just_the_workflow in commands:
print("Workflow found in the pyflyte run output.")
else:
Expand Down

0 comments on commit 910ecb9

Please sign in to comment.