From f35636ccb35b6cd877c0b098acef8dabcce4482d Mon Sep 17 00:00:00 2001 From: "tobyrosen@gmail.com" Date: Mon, 8 Aug 2011 19:12:35 +0000 Subject: fixed minor output color issue git-svn-id: http://pyp.googlecode.com/svn/trunk@125 8ebc04a2-01ca-80aa-3703-73c302266661 --- pyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyp b/pyp index b840062..2c3baf7 100644 --- a/pyp +++ b/pyp @@ -563,7 +563,7 @@ class Pyp(object): elif type(input) in [str, int, PypStr] : - return n_index + str(input) + Colors.OFF + return n_index + str(input) elif type(input) is dict: #deals with dictionaries -- cgit v1.3.1