python-mcparseface icon indicating copy to clipboard operation
python-mcparseface copied to clipboard

Print syntax

Open gbolcer opened this issue 7 years ago • 1 comments

import pyparseface Traceback (most recent call last): File "", line 1, in File "/hbase/Insync/git/models/syntaxnet/pyparseface.py", line 254 print tr(input_dict) ^ SyntaxError: invalid syntax

gbolcer avatar Jun 29 '17 23:06 gbolcer

add parenthesis to the print function. print (tr (input_dict))

DAGG3R09 avatar Jul 07 '17 09:07 DAGG3R09