Просмотр исходного кода

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
Родитель
Сommit
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: