Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit2 committed Oct 21, 2024
1 parent d2099dc commit 0deeb12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netCDF4/_netCDF4.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -4653,6 +4653,7 @@ pre-filled)."""
else:
try:
fillval = self._FillValue
return fillval
except AttributeError:
# _FillValue attribute not set, see if we can retrieve _FillValue.
# for primitive data types.
Expand Down

0 comments on commit 0deeb12

Please sign in to comment.