summaryrefslogtreecommitdiff
path: root/src/buildstream
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream')
-rw-r--r--src/buildstream/_artifactcache.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buildstream/_artifactcache.py b/src/buildstream/_artifactcache.py
index b4d4efe00..d9112cd58 100644
--- a/src/buildstream/_artifactcache.py
+++ b/src/buildstream/_artifactcache.py
@@ -42,6 +42,10 @@ class ArtifactRemote(BaseRemote):
super().__init__(*args, **kwargs)
self.artifact_service = None
+ def close(self):
+ self.artifact_service = None
+ super().close()
+
# _configure_protocols():
#
# Configure the protocols used by this remote as part of the