mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Oopsies I commited nonsense
This commit is contained in:
parent
0341bcdf8f
commit
6e50a3e1c2
1 changed files with 2 additions and 2 deletions
|
@ -299,8 +299,8 @@ def build_app_dict(app, infos):
|
|||
timestamp = int(timestamp)
|
||||
|
||||
# Build the dict with all the infos
|
||||
if os.path.exists(open(this_app_cache + "/manifest.toml")):
|
||||
manifest = toml.load(open(this_app_cache + "/manifest.toml", _dict=OrderedDict))
|
||||
if os.path.exists(this_app_cache + "/manifest.toml"):
|
||||
manifest = toml.load(open(this_app_cache + "/manifest.toml"), _dict=OrderedDict)
|
||||
else:
|
||||
manifest = json.load(open(this_app_cache + "/manifest.json"))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue