mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 16:28:52 +00:00
Update .github/actions/merge/entrypoint.py
Co-authored-by: bbhtt <bbhtt.zn0i8@slmail.me>
This commit is contained in:
committed by
bbhtt
co-authored by
bbhtt
parent
c6bf5723f4
commit
bb45c5c1b8
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user