Bryer Jeannotte created CLIMATE-969:
---------------------------------------
Summary: Print statements are used instead of functions throughout
the project
Key: CLIMATE-969
URL: https://issues.apache.org/jira/browse/CLIMATE-969
Project: Apache Open Climate Workbench
Issue Type: Bug
Components: general
Reporter: Bryer Jeannotte
There still exists, throughout the project, the use of print statements instead
of print functions which make using python3 impossible, since that is
considered a syntax error.
Adding the import
{code:java}
from __future__ import print_statement{code}
at the top of the file, and switching statements to functions, will allow the
use of python 2 and 3.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)