mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 04:08:28 +08:00
BUG: Fixing 2/3 compat.
This commit is contained in:
@@ -650,7 +650,7 @@ class AssetFinder(object):
|
||||
# no equity owned the fuzzy symbol on the date requested
|
||||
raise SymbolNotFound(symbol=symbol)
|
||||
|
||||
sid_keys = options.keys()
|
||||
sid_keys = list(options.keys())
|
||||
# If there was only one owner, or there is a fuzzy and non-fuzzy which
|
||||
# map to the same sid, return it.
|
||||
if len(options) == 1:
|
||||
|
||||
Reference in New Issue
Block a user