Skip to content

Commit

Permalink
FIX: Fixing deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpu-creare committed Apr 22, 2020
1 parent 7e6c3cf commit 77160d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podpac/datalib/smap_egi.py
Expand Up @@ -169,7 +169,7 @@ def read_file(self, filelike):
------
ValueError
"""
ds = h5py.File(filelike)
ds = h5py.File(filelike, "r")

# handle data
data = ds[self._data_key][()]
Expand Down

0 comments on commit 77160d7

Please sign in to comment.