python: OpenSCAD: *.py: Fix python3 syntax
This commit is contained in:
@@ -132,5 +132,5 @@ t_ignore = " \t\r"
|
||||
|
||||
# Error handling rule
|
||||
def t_error(t):
|
||||
print "Illegal character '%s'" % t.value[0]
|
||||
print("Illegal character '%s'" % t.value[0])
|
||||
t.lexer.skip(1)
|
||||
|
||||
Reference in New Issue
Block a user