Fix aperture macro multiplication syntax
This commit is contained in:
parent
513f6ebf1b
commit
ee0c1d38e6
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ class OperatorExpression(Expression):
|
|||
|
||||
op = {operator.add: '+',
|
||||
operator.sub: '-',
|
||||
operator.mul: 'X',
|
||||
operator.mul: 'x',
|
||||
operator.truediv: '/'} [self.op]
|
||||
|
||||
return f'{lval}{op}{rval}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue