mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
win_pkg lint issues
This commit is contained in:
parent
f4627d7a80
commit
c6e922a236
1 changed files with 2 additions and 2 deletions
|
@ -868,8 +868,8 @@ def _repo_process_pkg_sls(filename, short_path_name, ret, successful_verbose):
|
|||
renderers = salt.loader.render(__opts__, __salt__)
|
||||
|
||||
def _failed_compile(prefix_msg, error_msg):
|
||||
log.error('{} \'{}\': {} '.format(prefix_msg, short_path_name, error_msg))
|
||||
ret.setdefault('errors', {})[short_path_name] = ['{}, {} '.format(prefix_msg, error_msg)]
|
||||
log.error('{0} \'{1}\': {2} '.format(prefix_msg, short_path_name, error_msg))
|
||||
ret.setdefault('errors', {})[short_path_name] = ['{0}, {1} '.format(prefix_msg, error_msg)]
|
||||
return False
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue