Skip to content

Commit f3769ae

Browse files
committed
active is now int in SLiM; closes #1558
1 parent f39557d commit f3769ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdpopsim/slim_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
* start of the next tick.
217217
*/
218218
sb = community.allScriptBlocks;
219-
sb[sb.type == "late"].active = F;
219+
sb[sb.type == "late"].active = 0;
220220
221221
/*
222222
* 2. The late events below were run in the save() tick,

0 commit comments

Comments
 (0)