1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/dc69ee2333c2/ Changeset: dc69ee2333c2 User: guerler Date: 2014-02-07 04:37:40 Summary: Add default parameter to quota undelete grid action Affected #: 1 file diff -r 4ede9ee8278e18df75a3d79b7a6b133274b058b6 -r dc69ee2333c21cdc24d6b5855355fd5a08a8ab53 lib/galaxy/actions/admin.py --- a/lib/galaxy/actions/admin.py +++ b/lib/galaxy/actions/admin.py @@ -150,7 +150,7 @@ message += ', '.join( names ) return message - def _undelete_quota( self, quota, params ): + def _undelete_quota( self, quota, params = None): quotas = util.listify( quota ) names = [] for q in quotas: 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.