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
This looks like it should be doing the right thing, but the umask is applied on top of the mode, so while the mode looks like it wants 775, that does not end up being the actual permissions on the directory. An explicit chmod addresses the issue.
The text was updated successfully, but these errors were encountered:
The NTS move_tile_into_place routine needs to have an additional chmod command to make newly created files group writeable here
desisurvey/py/desisurvey/NTS.py
Lines 230 to 231 in 7200158
This looks like it should be doing the right thing, but the umask is applied on top of the mode, so while the mode looks like it wants 775, that does not end up being the actual permissions on the directory. An explicit chmod addresses the issue.
The text was updated successfully, but these errors were encountered: