From b757518e116657aecb128617087b54dcad8a0f37 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 18 Nov 2017 20:14:04 -0500 Subject: String was broken --- actinide/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actinide/types.py b/actinide/types.py index 2961771..be58b0c 100644 --- a/actinide/types.py +++ b/actinide/types.py @@ -105,7 +105,7 @@ def display_decimal(value): @An.fn def string(value): - return string(Value) + return str(value) @An.fn def string_p(value): -- cgit v1.2.3