1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/e8e6bb539b85/ changeset: e8e6bb539b85 user: dan date: 2012-04-02 17:00:56 summary: Fix for DiskObjectStore._construct_path recieving extra keywords. affected #: 1 file diff -r 6ceefdcedee595904231c4bc2ee78417bfec637a -r e8e6bb539b85533d8aff54adbacfcfd548ba8a8e lib/galaxy/objectstore/__init__.py --- a/lib/galaxy/objectstore/__init__.py +++ b/lib/galaxy/objectstore/__init__.py @@ -223,7 +223,7 @@ if not os.path.exists(path): return self._construct_path(obj, base_dir=base_dir, dir_only=dir_only, extra_dir=extra_dir, extra_dir_at_root=extra_dir_at_root, alt_name=alt_name) - def _construct_path(self, obj, old_style=False, base_dir=None, dir_only=False, extra_dir=None, extra_dir_at_root=False, alt_name=None): + def _construct_path(self, obj, old_style=False, base_dir=None, dir_only=False, extra_dir=None, extra_dir_at_root=False, alt_name=None, **kwargs): """ Construct the expected absolute path for accessing the object identified by `obj`.id. 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.