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

cascache: Correction to earlier work - imports and info statement

parent feab2af4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ import grpc
from .._protos.google.bytestream import bytestream_pb2, bytestream_pb2_grpc
from .._protos.build.bazel.remote.execution.v2 import remote_execution_pb2, remote_execution_pb2_grpc
from .._protos.buildstream.v2 import buildstream_pb2, buildstream_pb2_grpc
from .._protos.google.protobuf.message import DecodeError

from .._message import MessageType, Message
from .. import _signals, utils
@@ -270,7 +269,6 @@ class CASCache(ArtifactCache):

        for remote in push_remotes:
            remote.init()
            element.info("Pushing {} -> {}".format(element._get_brief_display_key(), remote.spec.url))
            if _push_refs_to_remote(refs, remote, may_have_dependencies):
                pushed = True