Skip to content

Commit

Permalink
fix typo to address issue #389
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Jul 5, 2018
1 parent 13f7d36 commit 1cda974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyuvdata/uvdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@ def read_uvh5(self, filename, antenna_nums=None, antenna_names=None,
from . import uvh5
if isinstance(filename, (list, tuple)):
if not read_data:
raise ValueError('read_data cannot be False for a list of uvfits files')
raise ValueError('read_data cannot be False for a list of uvh5 files')

self.read_uvh5(filename[0], antenna_nums=antenna_nums,
antenna_names=antenna_names, ant_str=ant_str, bls=bls,
Expand Down

0 comments on commit 1cda974

Please sign in to comment.