diff --git a/pyproject.toml b/pyproject.toml index 95ffd05..9ff8ac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ncdump-rich" -version = "0.3.0" +version = "0.3.1" description = "Rich NcDump" authors = ["Eirik Enger "] license = "GPL-3.0" diff --git a/src/ncdump_rich/ncdump.py b/src/ncdump_rich/ncdump.py index 4b75d28..c99d865 100644 --- a/src/ncdump_rich/ncdump.py +++ b/src/ncdump_rich/ncdump.py @@ -71,7 +71,7 @@ def print_ncattr(key: str) -> None: cprint(s1 + s2) # Print file properties - cprint(f"[bold white]NetCDF Properties:[/bold white] {nc_file.file_format}") + cprint("[bold white]NetCDF Properties:[/bold white]") for key, prop in { "File format": "file_format", "Disk format": "disk_format",