define "e"

This commit is contained in:
chrys87 2017-01-31 11:05:10 +01:00 committed by GitHub
parent 9138fe2bfc
commit d70963c2a7

View File

@ -165,7 +165,7 @@ class driver():
for fd in self.iDevices:
try:
self.uDevices[fd] = UInput.from_device(self.iDevices[fd].fn)
except:
except Exception as e:
try:
self.env['runtime']['debug'].writeDebugOut('InputDriver evdev: compat fallback: ' + str(e),debug.debugLevel.ERROR)
dev = self.iDevices[fd]