From 4be5a130a7c882d2c881d85259abe49e1a6e8e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Thu, 10 Oct 2019 12:23:41 +0200 Subject: _remote.py: Reset _initialized in close() --- src/buildstream/_remote.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/buildstream/_remote.py b/src/buildstream/_remote.py index 0c0fed44d..1daf2f26f 100644 --- a/src/buildstream/_remote.py +++ b/src/buildstream/_remote.py @@ -192,6 +192,8 @@ class BaseRemote(): self.channel.close() self.channel = None + self._initialized = False + # _configure_protocols(): # # An abstract method to configure remote-specific protocols. This -- cgit v1.2.1