Uploaded image for project: 'Apache Open Climate Workbench (Retired)'
  1. Apache Open Climate Workbench (Retired)
  2. CLIMATE-969

Print statements are used instead of functions throughout the project

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • general
    • None

    Description

      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

      from __future__ import print_statement

      at the top of the file, and switching statements to functions, will allow the use of python 2 and 3.

      Attachments

        Activity

          People

            Unassigned Unassigned
            burrches Bryer Jeannotte
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: