projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31c665d
)
removed unneeded expection title
author
Bryan Salas
<bryans5252@sbcglobal.net>
Sat, 2 Aug 2014 21:00:47 +0000
(16:00 -0500)
committer
Bryan Salas
<bryans5252@sbcglobal.net>
Sat, 2 Aug 2014 21:00:47 +0000
(16:00 -0500)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index d51ca91b1d30bc5cde4c755c2028384639238712..11d26ef014cf32ad7c21652edf0085815e34d948 100644
(file)
--- a/
rainbowstream/rainbow.py
+++ b/
rainbowstream/rainbow.py
@@
-219,7
+219,7
@@
def switch():
if args.ignore:
printNicely(red('Ignore: ' + str(args.ignore)))
printNicely('')
- except
Exception
:
+ except:
printNicely(red('Sorry I can\'t understand.'))