Skip to content

Commit dbea018

Browse files
joocerCopilot
andauthored
Update opteryx/operators/async_read_node.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8e32bb8 commit dbea018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opteryx/operators/async_read_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def execute(self, morsel, **kwargs) -> Generator:
211211

212212
yield morsel
213213
except Exception as err:
214-
self.statistics.add_message(f"failed to read {blob_name} ({err.__type__.__name__})")
214+
self.statistics.add_message(f"failed to read {blob_name} ({err.__class__.__name__})")
215215
self.statistics.failed_reads += 1
216216
import warnings
217217

0 commit comments

Comments
 (0)