[Notes] [Git][BuildStream/buildstream][master] 2 commits: _sandboxremote.py: Use the standard SandboxError.



Title: GitLab

Jim MacArthur pushed to branch master at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/sandbox/_sandboxremote.py
    ... ... @@ -28,10 +28,7 @@ from ..storage._filebaseddirectory import FileBasedDirectory
    28 28
     from ..storage._casbaseddirectory import CasBasedDirectory
    
    29 29
     from .._protos.build.bazel.remote.execution.v2 import remote_execution_pb2, remote_execution_pb2_grpc
    
    30 30
     from .._protos.google.rpc import code_pb2
    
    31
    -
    
    32
    -
    
    33
    -class SandboxError(Exception):
    
    34
    -    pass
    
    31
    +from .._exceptions import SandboxError
    
    35 32
     
    
    36 33
     
    
    37 34
     # SandboxRemote()
    



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