projects
/
rainbowstream.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
delete debug print
[rainbowstream.git]
/
rainbowstream
/
rainbow.py
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index
f456a84
..
c66ae9a
100644
(file)
--- a/
rainbowstream/rainbow.py
+++ b/
rainbowstream/rainbow.py
@@
-1206,8
+1206,7
@@
def theme():
c['DECORATED_NAME'])(
'[' + x + ']: ')
printNicely(green('Theme changed.'))
c['DECORATED_NAME'])(
'[' + x + ']: ')
printNicely(green('Theme changed.'))
- except Exception as e:
- print(e)
+ except:
printNicely(red('No such theme exists.'))
printNicely(red('No such theme exists.'))