mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Avoid backslashes where they are not needed
This commit is contained in:
parent
6df5d500f0
commit
48e8d90343
@ -680,8 +680,7 @@ def install(name=None,
|
||||
# Allow "version" to work for single package target
|
||||
pkg_params = {name: version_num}
|
||||
else:
|
||||
log.warning('\'version\' parameter will be ignored for multiple '
|
||||
'package targets')
|
||||
log.warning("'version' parameter will be ignored for multiple package targets")
|
||||
|
||||
if pkg_type == 'repository':
|
||||
targets = []
|
||||
|
Loading…
Reference in New Issue
Block a user