mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
BUG: Erroneous call to log.
This commit is contained in:
@@ -399,7 +399,7 @@ class TradingAlgorithm(object):
|
||||
zero_message = "Price of 0 for {psid}; can't infer value".format(
|
||||
psid=sid
|
||||
)
|
||||
log.debug(zero_message)
|
||||
self.logger.debug(zero_message)
|
||||
# Don't place any order
|
||||
return
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user