Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded4737 commit 2a4ce43Copy full SHA for 2a4ce43
1 file changed
Tools/importbench/importbench.py
@@ -183,8 +183,8 @@ def main(import_, options):
183
benchmarks = [b]
184
break
185
else:
186
- print('Unknown benchmark: {!r}'.format(options.benchmark,
187
- file=sys.stderr))
+ print('Unknown benchmark: {!r}'.format(options.benchmark),
+ file=sys.stderr)
188
sys.exit(1)
189
seconds = 1
190
seconds_plural = 's' if seconds > 1 else ''
0 commit comments