Remove unused variable

This commit is contained in:
Bo Maryniuk 2018-01-10 13:24:40 +01:00
parent 5ca5046822
commit 5a15c7c5c6

View File

@ -1041,7 +1041,6 @@ def highstate(test=None, queue=False, **kwargs):
return ['Pillar failed to render with the following messages:'] + errors return ['Pillar failed to render with the following messages:'] + errors
st_.push_active() st_.push_active()
ret = {}
orchestration_jid = kwargs.get('orchestration_jid') orchestration_jid = kwargs.get('orchestration_jid')
snapper_pre = _snapper_pre(opts, kwargs.get('__pub_jid', 'called localy')) snapper_pre = _snapper_pre(opts, kwargs.get('__pub_jid', 'called localy'))
try: try: