projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
318cdd6
)
delete debug print
author
Orakaro
<nhatminh_179@hotmail.com>
Sat, 9 Aug 2014 16:15:52 +0000
(
01:15
+0900)
committer
Orakaro
<nhatminh_179@hotmail.com>
Sat, 9 Aug 2014 16:15:52 +0000
(
01:15
+0900)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index f456a8467dddf6db8708595d9176422fd77e414f..c66ae9af31b2e669dd081557f74fbebb52a8f91b 100644
(file)
--- a/
rainbowstream/rainbow.py
+++ b/
rainbowstream/rainbow.py
@@
-1206,8
+1206,7
@@
def theme():
c['DECORATED_NAME'])(
'[' + x + ']: ')
printNicely(green('Theme changed.'))
- except Exception as e:
- print(e)
+ except:
printNicely(red('No such theme exists.'))