Skip to content

Commit

Permalink
Merge branch 'release_15.07' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Aug 6, 2015
2 parents 7a39867 + ef3d3f6 commit 9838d93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/datatypes/registry.py
Expand Up @@ -117,6 +117,8 @@ def __import_module( full_path, datatype_module, datatype_class_name ):
# Keep a status of the process steps to enable stopping the process of handling the datatype if necessary.
ok = True
extension = elem.get( 'extension', None )
if extension:
extension = extension.lower()
dtype = elem.get( 'type', None )
type_extension = elem.get( 'type_extension', None )
mimetype = elem.get( 'mimetype', None )
Expand Down

0 comments on commit 9838d93

Please sign in to comment.