fix nested trio issue with agent and parallel backend

This commit is contained in:
ziirish 2021-05-14 22:53:55 +02:00
parent faeb15ec5f
commit 4fbffa839a
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
2 changed files with 509 additions and 493 deletions

File diff suppressed because it is too large Load diff

View file

@ -1664,7 +1664,6 @@ class Config(File):
if self._dirty or any(x.dirty for x in self.files.values()):
# cleanup "caches"
self.options.clear()
del self.options
self.options = OrderedDict()
for key in list(self.types.keys()):
del self.types[key]