mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
tests: fix Tcl assignment
This commit is contained in:
@@ -655,9 +655,10 @@ class UnparseTcl(UnparsePython):
|
||||
self.fill,
|
||||
'set ',
|
||||
node.targets[0],
|
||||
' [',
|
||||
' ',
|
||||
'[' if not isinstance(node.value, ast.Str) else '',
|
||||
node.value,
|
||||
']',
|
||||
']' if not isinstance(node.value, ast.Str) else '',
|
||||
)
|
||||
|
||||
def _ast_attribute(self, node):
|
||||
|
||||
Reference in New Issue
Block a user