Fix copy-paste error on ASParamStmt
This commit is contained in:
parent
d7a453e5ab
commit
e38071868a
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ class ASParamStmt(ParamStmt):
|
|||
mode = stmt_dict.get('mode')
|
||||
return cls(param, mode)
|
||||
|
||||
def __init__(self, param, ip):
|
||||
def __init__(self, param, mode):
|
||||
""" Initialize ASParamStmt class
|
||||
|
||||
Parameters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue