MAINT: Use local variable with same value

This commit is contained in:
Richard Frank
2014-08-22 17:34:40 -04:00
parent 3784ed4ba9
commit 6a5eaea835
+1 -1
View File
@@ -223,7 +223,7 @@ class AlgorithmSimulator(object):
elif event.type == DATASOURCE_TYPE.SPLIT:
self.algo.blotter.process_split(event)
if not self.algo.instant_fill:
if not instant_fill:
self.process_event(event)
else:
events_to_be_processed.append(event)