Skip to content
Snippets Groups Projects
Commit 7a996b1f authored by Dave Hylands's avatar Dave Hylands
Browse files

Fix malformed generated file when using python 2.7

parent d51cfd15
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ def do_work(infiles):
# process the qstrs, printing out the generated C header file
print('// This file was automatically generated by makeqstrdata.py')
print()
print('')
for qstr in qstrs:
qhash = compute_hash(qstr)
qlen = len(qstr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment