1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d10b0cdffb0f/ Changeset: d10b0cdffb0f User: dan Date: 2014-04-28 19:15:50 Summary: Fix for DatasetListWrapper. Affected #: 1 file diff -r 28b307e0c08791b3073dd27c0189fdd28083045d -r d10b0cdffb0f8dda2a7cb5344ec0152f3e678818 lib/galaxy/tools/wrappers.py --- a/lib/galaxy/tools/wrappers.py +++ b/lib/galaxy/tools/wrappers.py @@ -215,3 +215,5 @@ return DatasetFilenameWrapper( dataset, **wrapper_kwds ) list.__init__( self, map( to_wrapper, datasets ) ) + def __str__( self ): + return ','.join( map( str, self ) ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.