You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Amends `os.makedirs()` calls to use the default mask value (`0o777`) so that
temporary directories and files created by `cwltool` would better respect the
umask settings from the original environment. For example, the parent
environment might use umask 002 to make sure that all directories and files
are created with group-write permissions.
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
0 commit comments