mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
fix(python): fix python execution
This commit is contained in:
@@ -322,7 +322,7 @@ import json
|
||||
import traceback
|
||||
import sys
|
||||
from {module_dir_dot} import {last} as inner_script
|
||||
import regex as re
|
||||
import re
|
||||
|
||||
with open("args.json") as f:
|
||||
kwargs = json.load(f, strict=False)
|
||||
|
||||
Reference in New Issue
Block a user