mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
fix string catenation
This commit is contained in:
parent
48dfc69ee6
commit
2746aabcf1
1 changed files with 7 additions and 7 deletions
|
|
@ -1290,13 +1290,13 @@ def main():
|
|||
import os
|
||||
import sys
|
||||
if not len(sys.argv) == 4:
|
||||
sys.stderr.write(('Usage: %s <benchmark vtable count>')
|
||||
('<benchmark read count> <benchmark build count>')
|
||||
('\n' % sys.argv[0]))
|
||||
sys.stderr.write((' Provide COMPARE_GENERATED_TO_GO=1 to check')
|
||||
('for bytewise comparison to Go data.\n'))
|
||||
sys.stderr.write((' Provide COMPARE_GENERATED_TO_JAVA=1 to check')
|
||||
('for bytewise comparison to Java data.\n'))
|
||||
sys.stderr.write('Usage: %s <benchmark vtable count>'
|
||||
'<benchmark read count> <benchmark build count>\n'
|
||||
% sys.argv[0])
|
||||
sys.stderr.write(' Provide COMPARE_GENERATED_TO_GO=1 to check'
|
||||
'for bytewise comparison to Go data.\n')
|
||||
sys.stderr.write(' Provide COMPARE_GENERATED_TO_JAVA=1 to check'
|
||||
'for bytewise comparison to Java data.\n')
|
||||
sys.stderr.flush()
|
||||
sys.exit(1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue