You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be a problem with the evaluate_template.py script, it's stopping me from testing #31
$ python evaluate_template.py selenized_dark.py putty.template
File "/selenized/utils/evaluate_template.py", line 63
print '' # section separator
^
SyntaxError: Missing parentheses in call to 'print'.
Did you mean print('' # section separator)?
The text was updated successfully, but these errors were encountered:
Thanks for checking on this. You got this on putty branch? I think this branch is so old that it doesn't include porting to python 3. Also, templating variable names were updated in the meantime.
I'll rebase and push to putty-rebased.
Seems to be a problem with the evaluate_template.py script, it's stopping me from testing #31
The text was updated successfully, but these errors were encountered: