fix(python): fix python execution

This commit is contained in:
Ruben Fiszel
2023-05-24 18:43:32 +02:00
parent 3e1caa75e1
commit 0e4a5a165b

View File

@@ -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)