File: errorOnBrokenDevice.py

package info (click to toggle)
fenrir 1.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,672 kB
  • sloc: python: 10,700; sh: 387; makefile: 12
file content (5 lines) | stat: -rwxr-xr-x 127 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/python

# in case that event13 is still the broken device
f = open('/dev/input/event13')
print('OK /dev/input/event13')