Fix Mirror (deprecated) param generation
This commit is contained in:
parent
cbb662491c
commit
a9b5a17c53
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ class MIParamStmt(ParamStmt):
|
|||
ret += "A{0}".format(self.a)
|
||||
if self.b is not None:
|
||||
ret += "B{0}".format(self.b)
|
||||
|
||||
ret += "*%"
|
||||
return ret
|
||||
|
||||
def __str__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue