Downloader._fetch_directory(): fix error handling
Description
When a call the GetTree
method fails raising a grpc.RpcError
exception with status code grpc.StatusCode.UNIMPLEMENTED
, it should be GetTree
that gets marked as unimplemented.
The current code is marking BatchUpdateBlobs
as unimplemented in the CallCache. This change corrects that.