mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
fix pylint whitespace errors
This commit is contained in:
parent
88fbb8bc90
commit
d83858bb40
@ -1506,7 +1506,6 @@ class Minion(MinionBase):
|
||||
exc_info=err
|
||||
)
|
||||
|
||||
|
||||
def _windows_thread_cleanup(self):
|
||||
'''
|
||||
Cleanup Windows threads
|
||||
@ -1518,11 +1517,10 @@ class Minion(MinionBase):
|
||||
thread.join()
|
||||
try:
|
||||
self.win_proc.remove(thread)
|
||||
del(thread)
|
||||
del thread
|
||||
except (ValueError, NameError):
|
||||
pass
|
||||
|
||||
|
||||
# Main Minion Tune In
|
||||
def tune_in(self):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user