Преглед на файлове

Merge pull request #430 from pieper/fix-quote

Fix python code in cmake quoting issue reported by Hans Johnson
Steve Pieper преди 11 години
родител
ревизия
7cf06ada5e
променени са 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: