Skip to content

Commit

Permalink
Merge pull request #55 from stvoutsin/feature/healthchecker
Browse files Browse the repository at this point in the history
Fix msg propagation
  • Loading branch information
stvoutsin authored Oct 12, 2023
2 parents 42f7486 + 2135829 commit 0b8afd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdmp_benchmark/gdmp_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def __repr__(self):
"name": self.name,
"result": str(self.result),
"outputs": self.outputs,
"messages": self.msg,
"messages": self.messages,
"time": self.time,
"logs": self.msg,
}
Expand Down

0 comments on commit 0b8afd3

Please sign in to comment.