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:
parent
bea3a75a35
commit
51cb63b40c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user