mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add proper marker for format argument
This commit is contained in:
parent
197688ef0c
commit
9d87fd335c
1 changed files with 1 additions and 1 deletions
|
@ -1069,7 +1069,7 @@ class LazyLoader(salt.utils.lazy.LazyDict):
|
|||
Depends.enforce_dependencies(self._dict, self.tag)
|
||||
except RuntimeError as e:
|
||||
log.info('Depends.enforce_dependencies() failed '
|
||||
'for reasons: '.format(e))
|
||||
'for reasons: {0}'.format(e))
|
||||
|
||||
self.loaded_modules[module_name] = mod_dict
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue