tests: fix missing error on missing python entry point

pull/320/head
moneromooo-monero 4 years ago
parent c6dc2850c2
commit 6f5411d305
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -46,5 +46,6 @@ for module in modules:
name = name[1:]
if not hasattr(module['object'], name):
print('Error: %s API method %s does not have a matching function' % (module['name'], name))
error = True
sys.exit(1 if error else 0)

Loading…
Cancel
Save