mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
9a6db758c1
Job arguments are serialized to JSON and then parsed by the Python/Deno script. The current code tries to escape the JSON and include it as a string in either of those languages. It doesn't quite work right and there are some issues with escaping. This writes the JSON string to a file and loads the file from those scripts instead.