fix(chalice): fixed error-exp
This commit is contained in:
parent
66edf44f8b
commit
78ddbb9233
1 changed files with 2 additions and 1 deletions
|
|
@ -4,9 +4,10 @@ from decouple import config
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
from . import errors as errors_legacy
|
||||
|
||||
if config("EXP_ERRORS_SEARCH", cast=bool, default=False):
|
||||
logger.info(">>> Using experimental error search")
|
||||
from . import errors as errors_legacy
|
||||
from . import errors_ch as errors
|
||||
from . import errors_details_exp as errors_details
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue