Minor fix of an argument typo as well as making an example more compacent with the wiki.
This commit is contained in:
parent
1d4f075ca7
commit
6bbdde763d
2 changed files with 4 additions and 7 deletions
|
|
@ -50,9 +50,6 @@ class EventBlinkButton(IntervalEvent):
|
|||
for b in buttons:
|
||||
try:
|
||||
b.scriptlink.blink()
|
||||
except AttributeError:
|
||||
#button has no blink() method. Just ignore.
|
||||
pass
|
||||
except:
|
||||
#show other tracebacks to log and owner of object.
|
||||
#This is important, we must handle these exceptions gracefully!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue