Преглед изворни кода

Merge remote-tracking branch 'remotes/sole/build-fix-py3k-oct-mode' into dev

alteredq пре 13 година
родитељ
комит
9d669e48f3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      utils/build.py

+ 1 - 1
utils/build.py

@@ -39,7 +39,7 @@ def main(argv=None):
   if args.minify is False:
 
       shutil.copy(path, output)
-      os.chmod(output, 0664); # temp files would usually get 0600
+      os.chmod(output, 0o664); # temp files would usually get 0600
 
   else: