1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ee60297266b0/ Changeset: ee60297266b0 User: jgoecks Date: 2013-08-21 21:24:04 Summary: Remove spurious type setting in Group object. Affected #: 1 file diff -r 8ed926ee0b523bb16a90e218f1d8bd5ee082ffe8 -r ee60297266b09d81a7906c32a7ec03199e50a0c7 lib/galaxy/tools/parameters/grouping.py --- a/lib/galaxy/tools/parameters/grouping.py +++ b/lib/galaxy/tools/parameters/grouping.py @@ -23,8 +23,7 @@ def __init__( self ): self.name = None - self.type = 'group' - + @property def visible( self ): return True 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.