Skip to content

Commit

Permalink
debug them too
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 26, 2024
1 parent 8bbce53 commit 22142cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def main(args):
if args.os == "linux":
names += ",sd3_default.json,sd3_multi_prompt.json,sd3-single-t5.json"
workflow_files = names.split(",")
print("Running workflows")
print(f"Running workflows: {workflow_files}")
counter = 1

for workflow_file_name in workflow_files:
Expand Down

0 comments on commit 22142cc

Please sign in to comment.