[voltLib] Accept False for LookupDefinition.reversal
This commit is contained in:
parent
babca162e5
commit
80dac9c0f4
@ -259,7 +259,7 @@ class LookupDefinition(Statement):
|
||||
res += ' SKIP_MARKS'
|
||||
if self.direction is not None:
|
||||
res += f' DIRECTION {self.direction}'
|
||||
if self.reversal is not None:
|
||||
if self.reversal:
|
||||
res += ' REVERSAL'
|
||||
if self.comments is not None:
|
||||
comments = self.comments.replace('\n', r'\n')
|
||||
|
Loading…
x
Reference in New Issue
Block a user