mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pylint fix
This commit is contained in:
parent
da574e5b03
commit
787c1f557e
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class SSH(object):
|
|||
self.returners = salt.loader.returners(self.opts, {})
|
||||
self.fsclient = salt.fileclient.FSClient(self.opts)
|
||||
self.thin = salt.utils.thin.gen_thin(self.opts['cachedir'],
|
||||
extra_mods=self.opts.get('thin_extra_mods'),
|
||||
extra_mods=self.opts.get('thin_extra_mods'),
|
||||
python2_bin=self.opts['python2_bin'],
|
||||
python3_bin=self.opts['python3_bin'])
|
||||
self.mods = mod_data(self.fsclient)
|
||||
|
|
Loading…
Add table
Reference in a new issue