Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix plugin docstring error #7631

Merged

Conversation

rustyrussell
Copy link
Contributor

plugins error instead of listing help. This completely breaks reckless when it tests the install.

Changing the dependency does not fix it for me, somehow it's still using the old one. But I've pushed here to test if it works in CI: it might be a local issue?

This breaks reckless:

```
[2024-09-01 12:24:14,755] DEBUG:       doc = method.long_desc if method.long_desc is not None else "No documentation found"\n[2024-09-01 12:24:14,755] DEBUG:                                 ^^^^^^^^^^^^^^^^\n[2024-09-01 12:24:14,755] DEBUG:   AttributeError: \'Method\' object has no attribute \'long_desc\'\n[2024-09-01 12:24:14,755] ERROR: plugin testing failed\n[2024-09-01 12:24:14,770] WARNING: testplugpass: installation aborted\n'
```

Signed-off-by: Rusty Russell <[email protected]>
@rustyrussell rustyrussell added this to the v24.08 milestone Sep 1, 2024
Python was installing `pyln-client` directly from the server for testplugpass plugin. This commit is updating the requirements.txt file to install pyln-client with absolute local path.
@rustyrussell
Copy link
Contributor Author

Ack ba289bf

@ShahanaFarooqui ShahanaFarooqui merged commit 84b3e80 into ElementsProject:master Sep 4, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants