Update .github/actions/merge/entrypoint.py

Co-authored-by: bbhtt <bbhtt.zn0i8@slmail.me>
This commit is contained in:
Bart Piotrowski
2024-06-17 20:46:05 +05:30
committed by bbhtt
co-authored by bbhtt
parent c6bf5723f4
commit bb45c5c1b8
+1 -1
View File
@@ -97,7 +97,7 @@ def detect_appid(dirname):
appid = manifest["id"]
else:
parser = Json.Parser()
if parser.load_from_file(parser, filename):
if parser.load_from_file(filename):
root_node = parser.get_root()
if root_node.get_node_type() == Json.NodeType.OBJECT:
json_object = root_node.get_object()