浏览代码

Fix python code in cmake quoting issue reported by Hans Johnson

http://slicer-devel.65872.n3.nabble.com/CTK-CMake-warning-tt4030604.html
Steve Pieper 11 年之前
父节点
当前提交
5dae408c5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: