Skip to content

Commit

Permalink
Added cdf file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie2006 committed Oct 17, 2024
1 parent 86318f6 commit 1b335dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def input_keys(self):
return {
'input_key': r'^(.*)\.?(nc|tsv|txt|gif|tar|zip|png|kml|dat|gz|pdf|docx|kmz|xlsx|eos|csv'
r'|hdf5|hdf|nc4|ict|xls|.*rest|h5|xlsx|1Hz|impacts_archive|\d{5}|ar2v|mat'
r'|he5|raw|bz2|grb2f\d{4}|_\d{2}-00-00)$',
r'|he5|raw|bz2|grb2f\d{4}|_\d{2}-00-00)|cdf$',
'lookup_key': r'^(.*).*$'
}

Expand Down

0 comments on commit 1b335dc

Please sign in to comment.