commit/galaxy-central: greg: Abbreviate not applicable in tool shed grids.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a8139a367ed3/ Changeset: a8139a367ed3 User: greg Date: 2013-04-22 16:52:29 Summary: Abbreviate not applicable in tool shed grids. Affected #: 1 file diff -r 77f32521f235ace1773e54389d7b536a9f5235a5 -r a8139a367ed3de938f5d71336a06f1f768132469 lib/tool_shed/grids/repository_grids.py --- a/lib/tool_shed/grids/repository_grids.py +++ b/lib/tool_shed/grids/repository_grids.py @@ -154,9 +154,9 @@ return 'yes' else: return 'no' - return 'not applicable' + return 'n/a' except: - return 'not applicable' + return 'n/a' class DescriptionColumn( grids.TextColumn ): @@ -748,9 +748,9 @@ return 'yes' else: return 'no' - return 'not applicable' + return 'n/a' except: - return 'not applicable' + return 'n/a' class DoNotTestColumn( grids.BooleanColumn ): 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.
participants (1)
-
commits-noreply@bitbucket.org