pressel / pycles

A python based infrastructure for cloud large eddy simulation.
GNU General Public License v3.0
93 stars 69 forks source link

Added missing parenthesis around print statement to make code run using Python 3 #33

Closed Chiil closed 7 years ago

Chiil commented 7 years ago

This fix adds parenthesis following a print statements to make the code run using Python 3. I think it has been forgotten, as all other print statements have the parentheses.

pressel commented 7 years ago

Thanks for catching this!