Skip to content

Commit

Permalink
active is now int in SLiM; closes #1558
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Jul 5, 2024
1 parent 0e0e0f7 commit 57594ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdpopsim/slim_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
* start of the next tick.
*/
sb = community.allScriptBlocks;
sb[sb.type == "late"].active = F;
sb[sb.type == "late"].active = 0;
/*
* 2. The late events below were run in the save() tick,
Expand Down

0 comments on commit 57594ae

Please sign in to comment.