mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix PEP8
This commit is contained in:
parent
0d7af935e5
commit
8d1450cc47
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ class SSH(object):
|
|||
raise salt.exceptions.SaltSystemExit('No ssh binary found in path -- ssh must be installed for salt-ssh to run. Exiting.')
|
||||
self.opts['_ssh_version'] = ssh_version()
|
||||
self.tgt_type = self.opts['selected_target_option'] \
|
||||
if self.opts['selected_target_option'] else 'glob'
|
||||
if self.opts['selected_target_option'] else 'glob'
|
||||
self.roster = salt.roster.Roster(opts, opts.get('roster', 'flat'))
|
||||
self.targets = self.roster.targets(
|
||||
self.opts['tgt'],
|
||||
|
|
Loading…
Add table
Reference in a new issue