[issue36812] posix_spawnp returns error when used with file_actions

Matthew Tanous report at bugs.python.org
Mon May 6 13:14:21 EDT 2019


Matthew Tanous <mtanous22 at gmail.com> added the comment:

I have some updated information.  This works as expected when I set the permissions properly using an octal number 0o777.

The issue appears to be that when the permissions don't exist as specified, the PermissionError reports the process name, not the file path.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36812>
_______________________________________


More information about the Python-bugs-list mailing list