Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
5dae408c5d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: