Skip to content

Commit

Permalink
reverse error creation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dhosterman committed Jan 24, 2024
1 parent 8ef273d commit 9322f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffee/helm_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def _build_runspecs(self, suts, tests):
if ":" in runspec:
separator = ","
else:
separator = ","
separator = ":"
runspecs.append(runspec + separator + "model=" + sut.key)
return runspecs

Expand Down

0 comments on commit 9322f82

Please sign in to comment.