diff options
| author | tobyrosen@gmail.com <tobyrosen@gmail.com@8ebc04a2-01ca-80aa-3703-73c302266661> | 2011-08-08 19:12:35 +0000 |
|---|---|---|
| committer | tobyrosen@gmail.com <tobyrosen@gmail.com@8ebc04a2-01ca-80aa-3703-73c302266661> | 2011-08-08 19:12:35 +0000 |
| commit | f35636ccb35b6cd877c0b098acef8dabcce4482d (patch) | |
| tree | 46f245e0df42f9fd02e2894422cd19a97edb01db | |
| parent | 5deae676b8a82a703a18959c6c07709dd05b5280 (diff) | |
fixed minor output color issue
git-svn-id: http://pyp.googlecode.com/svn/trunk@125 8ebc04a2-01ca-80aa-3703-73c302266661
| -rw-r--r-- | pyp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
