Yes,but doing this
dpaths = manager.FindDeviceStringMatch('storage.originating _device', path) + manager.FindDeviceStringMatch('info.parent', path)
means that dpaths will now include both matches on originating_device and matches on info.parent, so if no matches are found for originating_device, info_parent will be used.
|