Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evaluate_template.py syntax errors #79

Closed
dngray opened this issue Apr 5, 2020 · 2 comments
Closed

evaluate_template.py syntax errors #79

dngray opened this issue Apr 5, 2020 · 2 comments

Comments

@dngray
Copy link
Contributor

dngray commented Apr 5, 2020

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)?
@jan-warchol
Copy link
Owner

jan-warchol commented Apr 6, 2020

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.

@dngray
Copy link
Contributor Author

dngray commented Apr 6, 2020

Sure, this fixed it.

@dngray dngray closed this as completed Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants