Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
7a996b1f
Commit
7a996b1f
authored
Jan 21, 2014
by
Dave Hylands
Browse files
Fix malformed generated file when using python 2.7
parent
d51cfd15
Changes
1
Show whitespace changes
Inline
Side-by-side
py/makeqstrdata.py
View file @
7a996b1f
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment