1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/ea75f5629c38/ Changeset: ea75f5629c38 User: natefoo Date: 2013-09-05 21:28:44 Summary: Add the now-required 'config' param to the DistributedObjectStore's call to the superclass __jnit__(). Affected #: 1 file
diff -r 559602ed992f131caa530aa468e86b3cd97c1bc5 -r ea75f5629c38a529cf70c6578a74dac7a8073880 lib/galaxy/objectstore/__init__.py --- a/lib/galaxy/objectstore/__init__.py +++ b/lib/galaxy/objectstore/__init__.py @@ -372,7 +372,7 @@ """
def __init__(self, config, fsmon=False): - super(DistributedObjectStore, self).__init__() + super(DistributedObjectStore, self).__init__(config) self.distributed_config = config.distributed_object_store_config_file assert self.distributed_config is not None, "distributed object store ('object_store = distributed') " \ "requires a config file, please set one in " \
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.
galaxy-commits@lists.galaxyproject.org