Found and sniped a couple more pep8 migration errors.

This commit is contained in:
Storm Dragon
2025-07-05 09:29:32 -04:00
parent c90c726899
commit d28c18faed
2 changed files with 4 additions and 2 deletions

View File

@ -230,7 +230,7 @@ class driver(inputDriver):
i_devices_files = []
for device in self.iDevices:
i_devices_files.append(self.iDevices[device].fn)
i_devices_files.append(self.iDevices[device].path)
event_type = evdev.events
for deviceFile in device_file_list: