dvalters / fuse-netcdf

ESoWC project to develop a Python utility to mount NetCDF files as a file-system in user space. (FUSE)
Other
8 stars 3 forks source link

Strip attribute value strings before setting them with setncattr #25

Closed dvalters closed 6 years ago

dvalters commented 6 years ago

Strips the string value of whitespace before setting it as a netcdf variable attribute

(\n is covered by default in the string .strip() method)

dvalters commented 6 years ago

Resolves #22 @blazk