pnlbwh / pnlNipype

PNL pipeline for NIFTI images
Other
10 stars 15 forks source link

mkdir() permission #60

Closed tashrifbillah closed 4 years ago

tashrifbillah commented 4 years ago

The default for all mkdir() seems to be drwx------. which should be drwxrws---.

@eknyazhe

tashrifbillah commented 4 years ago

Hi @eknyazhe , I couldn't reproduce this issue for the directories created by outDir.mkdir() command used in our scripts. It looks like they are all set to drwxrwx---. by default. Let's keep watching this issue.