mirror of
https://github.com/runcitadel/core.git
synced 2024-12-27 07:05:05 +00:00
Fix
This commit is contained in:
parent
dbd0991a78
commit
ddcc73c4b6
|
@ -90,7 +90,7 @@ def findAndValidateApps(dir: str):
|
|||
continue
|
||||
# More security validation
|
||||
should_continue=True
|
||||
if appyml['metadata']['dependencies']:
|
||||
if 'dependencies' in appyml['metadata']:
|
||||
for dependency in appyml['metadata']['dependencies']:
|
||||
if isinstance(dependency, str):
|
||||
if dependency not in apps and dependency not in ["bitcoind", "lnd", "electrum"]:
|
||||
|
|
Loading…
Reference in New Issue
Block a user