diff --git a/pbp/simpleapi.py b/pbp/simpleapi.py index d11a971..4397f0d 100644 --- a/pbp/simpleapi.py +++ b/pbp/simpleapi.py @@ -203,7 +203,7 @@ def check_parameters(self) -> str | None: download_dir=self._download_dir, output_dir=self._output_dir, output_prefix=self._output_prefix, - compress_netcdf=self.compress_netcdf, + compress_netcdf=self._compress_netcdf, assume_downloaded_files=self._assume_downloaded_files, retain_downloaded_files=self._retain_downloaded_files, print_downloading_lines=self._print_downloading_lines, diff --git a/pyproject.toml b/pyproject.toml index b54d0de..9d5bf1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "mbari-pbp" -version = "1.6.0" +version = "1.6.1" description = "PyPAM based Processing" authors = [ "Carlos Rueda ",