mirror of
https://github.com/adulau/aha.git
synced 2024-12-26 10:46:11 +00:00
Add todo default action
This commit is contained in:
parent
a4c919c452
commit
912fb42b02
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ class KernelEvents(ProcessEvent):
|
|||
return
|
||||
else:
|
||||
print "Process belongs to a user, play"
|
||||
|
||||
|
||||
#TODO add default action
|
||||
except KeyError,e:
|
||||
print "EXCEPTION: KeyError"
|
||||
except IndexError,w:
|
||||
|
|
Loading…
Reference in a new issue