mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5
Conflicts: salt/master.py
This commit is contained in:
commit
dafed10a9e
1 changed files with 1 additions and 6 deletions
|
@ -20,6 +20,7 @@ import resource
|
|||
import multiprocessing
|
||||
import sys
|
||||
import tempfile
|
||||
import traceback
|
||||
|
||||
# Import third party libs
|
||||
import zmq
|
||||
|
@ -2143,9 +2144,6 @@ class ClearFuncs(object):
|
|||
clear_load['groups'] = groups
|
||||
return self.loadauth.mk_token(clear_load)
|
||||
except Exception as exc:
|
||||
import sys
|
||||
import traceback
|
||||
|
||||
type_, value_, traceback_ = sys.exc_info()
|
||||
log.error(
|
||||
'Exception occurred while authenticating: {0}'.format(exc)
|
||||
|
@ -2322,9 +2320,6 @@ class ClearFuncs(object):
|
|||
return ''
|
||||
|
||||
except Exception as exc:
|
||||
import sys
|
||||
import traceback
|
||||
|
||||
type_, value_, traceback_ = sys.exc_info()
|
||||
log.error(
|
||||
'Exception occurred while authenticating: {0}'.format(exc)
|
||||
|
|
Loading…
Add table
Reference in a new issue