Skip to content

Downloader._fetch_directory(): fix error handling

Santiago Gil requested to merge santi/fetch-dir-mark-unimpl into master

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.

Merge request reports

Loading