[hg] galaxy 3003: Remove the "unknown extension in data factory"...
details: http://www.bx.psu.edu/hg/galaxy/rev/d5fd27771019 changeset: 3003:d5fd27771019 user: Nate Coraor <nate@bx.psu.edu> date: Tue Nov 10 15:04:03 2009 -0500 description: Remove the "unknown extension in data factory" messages diffstat: lib/galaxy/datatypes/registry.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diffs (12 lines): diff -r 5a9b6c39d173 -r d5fd27771019 lib/galaxy/datatypes/registry.py --- a/lib/galaxy/datatypes/registry.py Tue Nov 10 13:49:34 2009 -0500 +++ b/lib/galaxy/datatypes/registry.py Tue Nov 10 15:04:03 2009 -0500 @@ -219,8 +219,6 @@ builder = self.datatypes_by_extension[ext] except KeyError: builder = data.Text() - if ext is not None: - self.log.warning('unknown extension in data factory %s', ext) return builder def change_datatype(self, data, ext ):
participants (1)
-
Greg Von Kuster