Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
c98d9814
Commit
c98d9814
authored
Jan 28, 2014
by
Christos Stavrakakis
Browse files
cyclades: Handle keybord interrupt in dispatcher
parent
ee82338a
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/logic/dispatcher.py
View file @
c98d9814
...
...
@@ -121,6 +121,8 @@ class Dispatcher:
self
.
client
.
reconnect
()
except
SystemExit
:
break
except
KeyboardInterrupt
:
break
except
Exception
as
e
:
log
.
exception
(
"Caught unexpected exception: %s"
,
e
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment