Skip to content

Commit 8feb433

Browse files
authored
Added '
1 parent 8cbd3c8 commit 8feb433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/generateCode/targets/python.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function parseBody(body) {
2424
}
2525

2626
return body.text
27-
? `payload = '${body.text}\n\nfiles = null`
27+
? `payload = '${body.text}'\n\nfiles = null`
2828
: 'files = null';
2929
}
3030

0 commit comments

Comments
 (0)