Skip to content
Snippets Groups Projects
Commit 06ac577c authored by chbaeh's avatar chbaeh
Browse files

remove format lowercaseing

parent 86227361
No related branches found
No related tags found
No related merge requests found
......@@ -482,7 +482,7 @@ class OdshPlugin(plugins.SingletonPlugin, DefaultTranslation, DefaultDatasetForm
d = parse(dict_pkg[field])
dict_pkg[field] = '{0.year:4d}-{0.month:02d}-{0.day:02d}T00:00:00Z'.format(
d)
if 'res_format' in dict_pkg:
dict_pkg['res_format']=[e.lower() for e in dict_pkg['res_format']]
# if 'res_format' in dict_pkg:
# dict_pkg['res_format']=[e.lower() for e in dict_pkg['res_format']]
return dict_pkg
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment