Skip to content

Commit

Permalink
Update testharness.py
Browse files Browse the repository at this point in the history
  • Loading branch information
agardnerIT authored Jan 16, 2025
1 parent 9e54af0 commit ec21d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/testing/testharness.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

if output.returncode != 0 and DEV_MODE == "FALSE":
logger.error(f"Must create an issue: {step} {output}")
create_github_issue(output, step_name=step)
#create_github_issue(output, step_name=step)
else:
print(output)
else:
Expand All @@ -42,6 +42,6 @@
if output.returncode != 0 and DEV_MODE == "FALSE":
logger.error(f"Must create an issue: {step} {output}")
logger.error("Must create an issue...")
create_github_issue(output, step_name=step)
#create_github_issue(output, step_name=step)
else:
print(output)

0 comments on commit ec21d3a

Please sign in to comment.