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