Skip to content

Commit

Permalink
Temporary fix pkg.info_installed retcode 1 (bsc@1125015)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Dinca authored and dincamihai committed Feb 13, 2019
1 parent 5077173 commit 3806520
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion salt/minion.py
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,6 @@ def _thread_return(cls, minion_instance, opts, data):
)
ret['return'] = 'ERROR: {0}'.format(exc)
ret['out'] = 'nested'
ret['retcode'] = salt.defaults.exitcodes.EX_GENERIC
except SaltInvocationError as exc:
log.error(
'Problem executing \'%s\': %s',
Expand Down

0 comments on commit 3806520

Please sign in to comment.