mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-14 11:15:09 +08:00
ENH: Adds the full Asset objects to the kwargs of MultipleSymbolsFound
This commit is contained in:
@@ -173,7 +173,7 @@ class AssetFinder(object):
|
||||
return infos[0]
|
||||
else:
|
||||
raise MultipleSymbolsFound(symbol=symbol,
|
||||
options=str(infos))
|
||||
options=infos)
|
||||
|
||||
# Try to find symbol matching as_of_date
|
||||
asset, _ = self._lookup_symbol_in_infos(infos, as_of_date)
|
||||
|
||||
Reference in New Issue
Block a user