define "e"
This commit is contained in:
parent
9138fe2bfc
commit
d70963c2a7
@ -165,7 +165,7 @@ class driver():
|
|||||||
for fd in self.iDevices:
|
for fd in self.iDevices:
|
||||||
try:
|
try:
|
||||||
self.uDevices[fd] = UInput.from_device(self.iDevices[fd].fn)
|
self.uDevices[fd] = UInput.from_device(self.iDevices[fd].fn)
|
||||||
except:
|
except Exception as e:
|
||||||
try:
|
try:
|
||||||
self.env['runtime']['debug'].writeDebugOut('InputDriver evdev: compat fallback: ' + str(e),debug.debugLevel.ERROR)
|
self.env['runtime']['debug'].writeDebugOut('InputDriver evdev: compat fallback: ' + str(e),debug.debugLevel.ERROR)
|
||||||
dev = self.iDevices[fd]
|
dev = self.iDevices[fd]
|
||||||
|
Loading…
Reference in New Issue
Block a user