summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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