-
Hi,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
not that I'm aware of. However, you can use the builtin ds.to_netcdf(path)
path.chmod(0o644) # pathlib
os.chmod(path, 0o644) |
Beta Was this translation helpful? Give feedback.
not that I'm aware of. However, you can use the builtin
os
orpathlib
modules to do thechmod
immediately after writing: