add hint to pythons octal mode

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-13 16:10:03 +02:00
parent 99b3b0789b
commit 4e3fec1e9e
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ class Cdist:
if status.st_size == len(CODE_HEADER):
os.unlink(outfile)
else:
# Add header and make executable
# Add header and make executable - identically to 0o700
os.chmod(outfile, stat.S_IXUSR | stat.S_IRUSR | stat.S_IWUSR)
if mode == "code":