mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
fd75807a9b
commit
e13e07a660
@ -209,7 +209,7 @@ single_get_filesystem(unsigned int level, CComPtr<IPortableDeviceContent> &conte
|
|||||||
pyobject_raii item(get_object_properties(devprops, properties, pv.pwszVal, &get_properties_failed));
|
pyobject_raii item(get_object_properties(devprops, properties, pv.pwszVal, &get_properties_failed));
|
||||||
if (!item) {
|
if (!item) {
|
||||||
if (!get_properties_failed) return false;
|
if (!get_properties_failed) return false;
|
||||||
fprintf(stderr, "Ignoring object with id: %ls because getting its properties failed with error:\n", pv.pwszVal);
|
fprintf(stderr, "Ignoring object with id: %ls because getting its properties failed with error:\n", pv.pwszVal); fflush(stderr);
|
||||||
if (PyErr_Occurred()) PyErr_Print();
|
if (PyErr_Occurred()) PyErr_Print();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user