Skip to content
Snippets Groups Projects

P2P

Open
Jammer, Timrequested to merge
p2p into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -69,7 +69,7 @@ class InvalidRankErrorP2P(ErrorGenerator):
tm.set_description("InvalidParam-Rank-" + probe_to_use, "Invalid Rank: %s" % rank_to_use)
probe_call = CorrectMPICallFactory().get(probe_to_use)
probe_call = CorrectMPICallFactory.get(probe_to_use)
probe_call.set_arg("source", rank_to_use)
probe_call.set_has_error()
Loading