[Notes] [Git][BuildGrid/buildgrid][arber/91-get-tree] Fix: yielding empty GetTreeResponse on each GetTree call



Title: GitLab

Arber Xhindoli pushed to branch arber/91-get-tree at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • buildgrid/server/cas/service.py
    ... ... @@ -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:
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]