We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06573f commit 0245314Copy full SHA for 0245314
runusb
@@ -168,10 +168,10 @@ class AutorunProcessRegistry(object):
168
} # type: Dict[USBType, TypeCloseHandler]
169
170
def __init__(self):
171
- self.mountpoint_processes = {} # type: Dict[str, USBType]
+ self.mountpoint_processes = {} # type: Dict[str, subprocess.Popen]
172
self.mountpoint_types = {} # type: Dict[str, USBType]
173
174
- def update_filesystems(self, mountpoints: List[Mountpoint]):
+ def update_filesystems(self, mountpoints: Iterator[Mountpoint]):
175
actual_mountpoint_paths = {
176
x.mountpoint
177
for x in mountpoints
0 commit comments