Comment 9 for bug 2024204

Revision history for this message
Grant Orndorff (orndorffgrant) wrote :

Yes that is a clear improvement that we can make as a result of this discussion. Note that according to https://docs.python.org/3/library/os.html#os.makedirs

  To set the file permission bits of any newly created parent directories you can set the umask before invoking makedirs()

So we'll add that as well.