diff --git a/tools/cg2glsl.py b/tools/cg2glsl.py index 725e2734cb..403513e8c0 100755 --- a/tools/cg2glsl.py +++ b/tools/cg2glsl.py @@ -21,6 +21,7 @@ batch_mode = False def log(*arg): if not batch_mode: + # FIXME: This causes a syntax error in python2, preventing the version warning from displaying. print(*arg)