Im noob.
This commit is contained in:
parent
92818ac178
commit
abe4d5186f
|
@ -38,7 +38,7 @@ def probabilities():
|
||||||
try:
|
try:
|
||||||
prediction = strategy(context)
|
prediction = strategy(context)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.warning("Strategy '%s' failed: %s:", name)
|
logger.warning("Strategy '%s' failed:", name)
|
||||||
logger.exception(e)
|
logger.exception(e)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue