Refactor signature builder
This commit is contained in:
4
smnp/runtime/tools/error.py
Normal file
4
smnp/runtime/tools/error.py
Normal file
@@ -0,0 +1,4 @@
|
||||
def updatePos(exception, node):
|
||||
if exception.pos is None:
|
||||
exception.pos = node.pos
|
||||
return exception
|
||||
Reference in New Issue
Block a user