Arber Xhindoli pushed to branch arber/91-get-tree at BuildGrid / buildgrid
Commits:
-
b17ec7af
by Arber Xhindoli at 2018-11-27T14:10:48Z
1 changed file:
Changes:
... | ... | @@ -95,7 +95,7 @@ class ContentAddressableStorageService(remote_execution_pb2_grpc.ContentAddressa |
95 | 95 |
context.set_details(str(e))
|
96 | 96 |
context.set_code(grpc.StatusCode.INVALID_ARGUMENT)
|
97 | 97 |
|
98 |
- yield remote_execution_pb2.GetTreeResponse()
|
|
98 |
+ yield remote_execution_pb2.GetTreeResponse()
|
|
99 | 99 |
|
100 | 100 |
def _get_instance(self, instance_name):
|
101 | 101 |
try:
|