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
Current behavior (bug description)
When writing files using write_file with atomic=True, the file permissions of the original file get lost and are always set to 600.
Expected behavior
The file permissions of the file that is written to should be kept as is, no matter if you use atomic write or not.