summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/scripts/python/unparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/python/unparse.py b/tests/scripts/python/unparse.py
index e0991292b..2a9c05b80 100755
--- a/tests/scripts/python/unparse.py
+++ b/tests/scripts/python/unparse.py
@@ -329,7 +329,7 @@ class UnparsePerl(UnparsePython):
"""Add an AST Assign in output."""
self.add(
self.fill,
- (self.prefix, '%' if isinstance(node.value, ast.Dict) else '$'),
+ (self.prefix, '$'),
[[target, ' = '] for target in node.targets],
(self.prefix, None),
node.value,