Commit b4eec489 authored by Jim MacArthur's avatar Jim MacArthur
Browse files

_sandboxremote.py: Use the standard SandboxError.

Replaces the custom one which was erroneously added during development.
Fixes #746.
parent 0c09fb9c
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -28,10 +28,7 @@ from ..storage._filebaseddirectory import FileBasedDirectory
from ..storage._casbaseddirectory import CasBasedDirectory
from .._protos.build.bazel.remote.execution.v2 import remote_execution_pb2, remote_execution_pb2_grpc
from .._protos.google.rpc import code_pb2


class SandboxError(Exception):
    pass
from .._exceptions import SandboxError


# SandboxRemote()