Skip to content

Commit

Permalink
[#313] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdoker18 committed Dec 29, 2018
1 parent 30c40ff commit 35059de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legion/legion/edi/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ def get_security_params_from_config():

return dict(config['security'])
except Exception as e:
LOG.debug('Exception during parsing of legion config {}'.format(e))
LOG.debug('Exception during parsing of legion config {}'.format(e), exc_info=True)

return {}

0 comments on commit 35059de

Please sign in to comment.