Explorar o código

Correction indentation

Jean-Michel Caricand %!s(int64=2) %!d(string=hai) anos
pai
achega
83b93029b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: