BUG: Fixing 2/3 compat.

This commit is contained in:
kglowinski
2016-09-06 10:11:44 -04:00
parent 15ab8ac95e
commit e7e4db0701
+1 -1
View File
@@ -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: