Explorar o código

Merge pull request #430 from pieper/fix-quote

Fix python code in cmake quoting issue reported by Hans Johnson
Steve Pieper %!s(int64=11) %!d(string=hai) anos
pai
achega
7cf06ada5e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMake/ctkMacroCompilePythonScript.cmake

+ 1 - 1
CMake/ctkMacroCompilePythonScript.cmake

@@ -223,7 +223,7 @@ def ctk_compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
                 print err.msg
                 success = 0
             except IOError, e:
-                print "Sorry", e
+                print 'Sorry', e
                 success = 0
             else:
                 if ok == 0: