Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
79dc37f0
Commit
79dc37f0
authored
Jan 21, 2014
by
Damien George
Browse files
Merge pull request #204 from dhylands/master
Fix malformed makeqstrdata generated file when using python 2.7
parents
2c302563
7a996b1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/makeqstrdata.py
View file @
79dc37f0
...
...
@@ -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
.
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