mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo
This commit is contained in:
parent
874626e5d7
commit
3c894fc128
1 changed files with 1 additions and 2 deletions
|
@ -1375,8 +1375,7 @@ class Pillar:
|
||||||
self.client.destroy()
|
self.client.destroy()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
|
if self.fileclient:
|
||||||
if self.client:
|
|
||||||
try:
|
try:
|
||||||
self.fileclient.destroy()
|
self.fileclient.destroy()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
|
|
Loading…
Add table
Reference in a new issue