Skip to content

Commit

Permalink
fixed error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Jul 27, 2016
1 parent e21dff3 commit c9a82b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dedop/ui/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, file_path, interactive):
elif 'time_l1b_echo_sar_ku' in self.var_names:
product_type = 'l1b'
else:
raise ValueError('"%s" is neither a supported L1B or L1BS product' % file_path)
raise ValueError('"%s" is neither a supported L1B nor L1BS product' % file_path)

self.dim_name_to_size = {}
for name, dim in dataset.dimensions.items():
Expand Down

0 comments on commit c9a82b7

Please sign in to comment.