mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
45827e82dc
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.