Skip to content

Commit 148e6e0

Browse files
committed
One more bug fix in the example.
1 parent 454f50f commit 148e6e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Create ``uinput`` device capable of receiving FF-effects
385385
# Wait for an EV_UINPUT event that will signal us that an
386386
# effect upload/erase operation is in progress.
387387
if event.type != ecodes.EV_UINPUT:
388-
pass
388+
continue
389389

390390
if event.code == ecodes.UI_FF_UPLOAD:
391391
upload = device.begin_upload(event.value)

0 commit comments

Comments
 (0)