Skip to content

Commit

Permalink
Update CCI.py
Browse files Browse the repository at this point in the history
Fix for #8
  • Loading branch information
duncanwp committed Jan 5, 2017
1 parent 3487c8a commit febf98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cis/data_io/products/CCI.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def create_data_object(self, filenames, variable):
class Cloud_CCI(CCI, AProduct):

def get_file_signature(self):
return [r'..*ESACCI.*CLOUD.*']
return [r'.*ESACCI.*CLOUD.*']

def _fix_time(self, coord):
coord.convert_julian_to_std_time()
Expand Down

0 comments on commit febf98d

Please sign in to comment.