Обновить executor/cli/git.py
Some checks failed
Test Actions / Builder (push) Failing after 6s

This commit is contained in:
2025-10-19 13:52:58 +03:00
parent 2678c88aeb
commit 03c35efd67

View File

@@ -8,6 +8,9 @@ import base64
import json import json
from executor.engine import Engine
from executor.core import config
def json_read(filename): def json_read(filename):
with open(filename, 'r') as fd: with open(filename, 'r') as fd:
data = json.load(fd) data = json.load(fd)