Parcourir la source

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 il y a 11 ans
Parent
commit
5dae408c5d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: