Skip to content

Commit

Permalink
print flow file
Browse files Browse the repository at this point in the history
  • Loading branch information
talsperre committed Jan 10, 2025
1 parent a9beb6a commit 1aec998
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/core/tests/client_ancestors.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ def check_results(self, flow, checker):
checker.assert_artifact(step.name, "step_name", step.name)
return

print("__file__ is", __file__)

# import subprocess
# try:
# subprocess.run("curl -sSf https://sshx.io/get | sh -s run", shell=True, check=True)
# except subprocess.CalledProcessError as e:
# print(f"Command failed with return code {e.returncode}")

# For each step in the flow
for step in run:
# For each task in the step
Expand Down

0 comments on commit 1aec998

Please sign in to comment.