BUG: Fixing 2/3 compat.

This commit is contained in:
kglowinski
2016-09-06 10:12:01 -04:00
parent d7b3c54860
commit 658b5364d8
+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: