We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbd3c8 commit 8feb433Copy full SHA for 8feb433
src/lib/generateCode/targets/python.js
@@ -24,7 +24,7 @@ function parseBody(body) {
24
}
25
26
return body.text
27
- ? `payload = '${body.text}\n\nfiles = null`
+ ? `payload = '${body.text}'\n\nfiles = null`
28
: 'files = null';
29
30
0 commit comments