mirror of
https://github.com/weechat/weechat.git
synced 2026-06-23 03:16:37 +02:00
api: do not expect any return value in callbacks change/delete of config_new_option (scripting API)
This commit is contained in:
@@ -1090,7 +1090,7 @@ class UnparseGuile(UnparsePython):
|
||||
|
||||
def _ast_pass(self, node):
|
||||
"""Add an AST Pass in output."""
|
||||
pass
|
||||
self.add('#t')
|
||||
|
||||
def _ast_return(self, node):
|
||||
"""Add an AST Return in output."""
|
||||
|
||||
Reference in New Issue
Block a user