Loading lib/galaxy/objectstore/__init__.py +2 −0 Original line number Diff line number Diff line Loading @@ -636,6 +636,7 @@ class BaseObjectStore(ObjectStore): obj_dir: bool = False, sync_cache: bool = True, user: str = None, auth_token=None, ) -> str: return self._invoke( "get_filename", Loading @@ -648,6 +649,7 @@ class BaseObjectStore(ObjectStore): obj_dir=obj_dir, sync_cache=sync_cache, user=user, auth_token=auth_token, ) def update_from_file( Loading Loading
lib/galaxy/objectstore/__init__.py +2 −0 Original line number Diff line number Diff line Loading @@ -636,6 +636,7 @@ class BaseObjectStore(ObjectStore): obj_dir: bool = False, sync_cache: bool = True, user: str = None, auth_token=None, ) -> str: return self._invoke( "get_filename", Loading @@ -648,6 +649,7 @@ class BaseObjectStore(ObjectStore): obj_dir=obj_dir, sync_cache=sync_cache, user=user, auth_token=auth_token, ) def update_from_file( Loading