summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobyrosen@gmail.com <tobyrosen@gmail.com@8ebc04a2-01ca-80aa-3703-73c302266661>2011-08-08 19:12:35 +0000
committertobyrosen@gmail.com <tobyrosen@gmail.com@8ebc04a2-01ca-80aa-3703-73c302266661>2011-08-08 19:12:35 +0000
commitf35636ccb35b6cd877c0b098acef8dabcce4482d (patch)
tree46f245e0df42f9fd02e2894422cd19a97edb01db
parent5deae676b8a82a703a18959c6c07709dd05b5280 (diff)
fixed minor output color issue
git-svn-id: http://pyp.googlecode.com/svn/trunk@125 8ebc04a2-01ca-80aa-3703-73c302266661
-rw-r--r--pyp2
1 files changed, 1 insertions, 1 deletions
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