mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-20 05:23:02 -05: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;
|
if (!get_properties_failed) return false;
|
||||||
fprintf(stderr, "Ignoring object with id: %ls because getting its properties failed.\n", pv.pwszVal);
|
fprintf(stderr, "Ignoring object with id: %ls because getting its properties failed.\n", pv.pwszVal);
|
||||||
if (PyErr_Occurred()) PyErr_Clear();
|
if (PyErr_Occurred()) PyErr_Clear();
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
if (PyDict_SetItem(ans, PyDict_GetItemString(item.ptr(), "id"), item.ptr()) != 0) return false;
|
if (PyDict_SetItem(ans, PyDict_GetItemString(item.ptr(), "id"), item.ptr()) != 0) return false;
|
||||||
if (callback) {
|
if (callback) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user