Skip to content

Commit 1e21924

Browse files
Update cfdm/read_write/netcdf/netcdfread.py
Co-authored-by: David Hassell <davidhassell@users.noreply.github.com>
1 parent 9cbb9e9 commit 1e21924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfdm/read_write/netcdf/netcdfread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def dataset_open(self, dataset, flatten=True, verbose=None):
544544

545545
g["cdl_filename"] = cdl_filename
546546

547-
filesystem = g.get("filesystem")
547+
filesystem = g["filesystem"]
548548
if filesystem is not None:
549549
# --------------------------------------------------------
550550
# A pre-authenticated filesystem was provided: open the

0 commit comments

Comments
 (0)