We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6e6c1 commit cc43492Copy full SHA for cc43492
python/egglog/egraph.py
@@ -595,7 +595,7 @@ def _generate_class_decls( # noqa: C901,PLR0912
595
subsume=subsume,
596
)
597
except ValueError as e:
598
- raise ValueError(f"Error processing {cls_name}.{method_name}: {e}") from e
+ raise ValueError(f"Error processing {cls_name}.{method_name}") from e
599
600
if not builtin and not isinstance(ref, InitRef) and not mutates:
601
add_default_funcs.append(add_rewrite)
0 commit comments