This commit is contained in:
Daniel A. Wozniak 2024-02-23 13:17:29 -07:00 committed by Daniel Wozniak
parent 874626e5d7
commit 3c894fc128

View file

@ -1375,8 +1375,7 @@ class Pillar:
self.client.destroy()
except AttributeError:
pass
if self.client:
if self.fileclient:
try:
self.fileclient.destroy()
except AttributeError: