mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
...
This commit is contained in:
parent
4de8ffb6f7
commit
43f9daff11
@ -211,6 +211,7 @@ single_get_filesystem(unsigned int level, CComPtr<IPortableDeviceContent> &conte
|
||||
if (!get_properties_failed) return false;
|
||||
fprintf(stderr, "Ignoring object with id: %ls because getting its properties failed.\n", pv.pwszVal);
|
||||
if (PyErr_Occurred()) PyErr_Clear();
|
||||
continue;
|
||||
}
|
||||
if (PyDict_SetItem(ans, PyDict_GetItemString(item.ptr(), "id"), item.ptr()) != 0) return false;
|
||||
if (callback) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user