Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 26, 2025
1 parent fd75807 commit e13e07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibre/devices/mtp/windows/content_enumeration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e13e07a

Please sign in to comment.