ENH: Adds the full Asset objects to the kwargs of MultipleSymbolsFound

This commit is contained in:
jfkirk
2015-07-08 13:33:04 -04:00
parent 1906052a7a
commit 1032972b74
+1 -1
View File
@@ -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)