1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/47b5784396f7/ Changeset: 47b5784396f7 User: dannon Date: 2013-09-26 15:24:45 Summary: Wrong superclass in previous refactoring commit. Affected #: 1 file diff -r e890cd2464ac2d14a7a4ccd9e4a4ef728e6f0cfc -r 47b5784396f7bbd83cb4867e824980e9d6cdf55b lib/galaxy/objectstore/__init__.py --- a/lib/galaxy/objectstore/__init__.py +++ b/lib/galaxy/objectstore/__init__.py @@ -497,9 +497,8 @@ self.weighted_backend_ids.append(id) self.original_weighted_backend_ids = self.weighted_backend_ids - def shutdown(self): - super(NestedObjectStore, self).shutdown() + super(DistributedObjectStore, self).shutdown() if self.sleeper is not None: self.sleeper.wake() 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.