mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30059 from mpreziuso/patch-1
Fixes wrong function scope
This commit is contained in:
commit
84db12212d
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class PyWinUpdater(object):
|
|||
if update.InstallationBehavior.CanRequestUserInput:
|
||||
log.debug('Skipped update {0}'.format(str(update)))
|
||||
continue
|
||||
updates.append(salt.utils.sdecode(update))
|
||||
updates.append(salt.utils.locales.sdecode(update))
|
||||
log.debug('added update {0}'.format(str(update)))
|
||||
return updates
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue