set config-filename such that verifier can start

Fixed a bug that was introduced that prevents verifier from starting
without special environment variables et

Change-Id: I5b69851c688d4fdc43343422df58ec3edde67b0e
This commit is contained in:
Phillip Moore 2014-07-31 21:23:42 +00:00
parent bea3a75a35
commit 51cb63b40c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ config_filename = os.environ.get('STACKTACH_VERIFIER_CONFIG',
'stacktach_verifier_config.json')
try:
from local_settings import *
config_filename = config_filename
config_filename = STACKTACH_VERIFIER_CONFIG
except ImportError:
pass