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

fixed invalid number of parameters in truncate() function call #39

Closed blazk closed 6 years ago

blazk commented 6 years ago

hi @dvalters,

blazk commented 6 years ago

@dvalters can you wait, some unit test fails for python 3, weird..

dvalters commented 6 years ago

@blazk will do - (yes that's strange..)

blazk commented 6 years ago

@dvalters is_var_dir() did not work correctly in python3 (because some changes in strings/utf8 I guess)

blazk commented 6 years ago

ok I'm done, all checks passed!