mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +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
|
return
|
||||||
else:
|
else:
|
||||||
print "Process belongs to a user, play"
|
print "Process belongs to a user, play"
|
||||||
|
#TODO add default action
|
||||||
|
|
||||||
except KeyError,e:
|
except KeyError,e:
|
||||||
print "EXCEPTION: KeyError"
|
print "EXCEPTION: KeyError"
|
||||||
except IndexError,w:
|
except IndexError,w:
|
||||||
|
|
Loading…
Reference in a new issue