mgear-dev / mgear4

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io
MIT License
264 stars 93 forks source link

cvwrap has legacy Python print statement #205

Closed chris-lesage closed 1 year ago

chris-lesage commented 1 year ago

scripts/cvwrap/menu.py line 68 has "print result" instead of "print(result)". So it causes errors in Python 3.