Kaydet (Commit) af48a917 authored tarafından Victor Stinner's avatar Victor Stinner

Issue #28240: Fix formatting of the warning.

üst 7f4e40e1
......@@ -365,8 +365,7 @@ def main(args=None, *, _wrap_timer=None):
warnings.warn_explicit("The test results are likely unreliable. "
"The worst time (%s) was more than four times "
"slower than the best time (%s)."
% (precision,
format_time(worst), format_time(best)),
% (format_time(worst), format_time(best)),
UserWarning, '', 0)
return None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment