summaryrefslogtreecommitdiff
path: root/constructor.py
diff options
context:
space:
mode:
Diffstat (limited to 'constructor.py')
-rw-r--r--constructor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constructor.py b/constructor.py
index bb4eb32..6049c0c 100644
--- a/constructor.py
+++ b/constructor.py
@@ -1071,7 +1071,7 @@ class RoundTripConstructor(SafeConstructor):
if node.comment is not None and node.comment[1]:
# nprintf('>>>>nc2', node.comment)
# EOL comment after >
- lss.comment = self.comment(node.comment[1][0]) # type: ignore
+ fss.comment = self.comment(node.comment[1][0]) # type: ignore
if fold_positions:
fss.fold_pos = fold_positions # type: ignore
return fss