This commit is contained in:
Kovid Goyal 2025-01-26 11:13:26 +05:30
parent fd75807a9b
commit e13e07a660
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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));
if (!item) {
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();
continue;
}