소스 검색

Correction indentation

Jean-Michel Caricand 2 년 전
부모
커밋
83b93029b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      generate.py

+ 1 - 1
generate.py

@@ -700,7 +700,7 @@ def generateLibraryInclude(conf, ctx, lib, filename, build_dir, src_dir):
             ln_dst=os.path.join(src_dir, dep)
             if os.path.exists(ln_src):
                 os.remove(ln_src)
-            print "symlink("+ln_dst+", "+ln_src+")"+str(os.path.exists(ln_src))
+            print("symlink("+ln_dst+", "+ln_src+")"+str(os.path.exists(ln_src)))
             os.symlink(ln_dst, ln_src)
             ret.append(ln_src)
         else: