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 b355388 commit 2b484afCopy full SHA for 2b484af
kivy_ios/tools/templates/{{ cookiecutter.project_name }}-ios/main.m
@@ -167,8 +167,8 @@ void load_custom_builtin_importer() {
167
" self.buffer = ""\n" \
168
" def write(self, chunk):\n" \
169
" self.buffer += chunk\n" \
170
- " if "\n" in self.buffer:\n" \
171
- " lines = self.buffer.split("\n")\n" \
+ " if '\n' in self.buffer:\n" \
+ " lines = self.buffer.split('\n')\n" \
172
" for line in lines[:-1]:\n" \
173
" nslog(line)\n" \
174
" self.buffer = lines[-1]\n" \
0 commit comments