From 86ea6633171b58fc4dffa8f8dddcc26122de3f7c Mon Sep 17 00:00:00 2001 From: Adam Kelly Date: Sat, 1 Sep 2018 17:10:18 +0100 Subject: [PATCH] Bug-fix - False formats as True. --- vm/src/objbool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/src/objbool.rs b/vm/src/objbool.rs index 39008becd..b59a21f95 100644 --- a/vm/src/objbool.rs +++ b/vm/src/objbool.rs @@ -68,7 +68,7 @@ fn bool_str(vm: &mut VirtualMachine, args: PyFuncArgs) -> Result