projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4539f1d
)
qadmin: remove exception test
author
Marko Kreen
<markokr@gmail.com>
Wed, 8 Dec 2010 14:37:28 +0000
(16:37 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 8 Dec 2010 14:37:28 +0000
(16:37 +0200)
python/qadmin.py
patch
|
blob
|
blame
|
history
diff --git
a/python/qadmin.py
b/python/qadmin.py
index ed9d7fc2ab6b16ba0f6f2ceaf1821850eec97198..a777a4ca464e6eed64c9fcd48bf69eae9d6282de 100755
(executable)
--- a/
python/qadmin.py
+++ b/
python/qadmin.py
@@
-864,7
+864,6
@@
class AdminConsole:
try:
ln = self.line_input()
self.exec_string(ln)
- raise Exception('exctest')
except KeyboardInterrupt:
print
except EOFError: