Skip to content

Commit cc43492

Browse files
Update python/egglog/egraph.py
Co-authored-by: Hameer Abbasi <[email protected]>
1 parent da6e6c1 commit cc43492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/egglog/egraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def _generate_class_decls( # noqa: C901,PLR0912
595595
subsume=subsume,
596596
)
597597
except ValueError as e:
598-
raise ValueError(f"Error processing {cls_name}.{method_name}: {e}") from e
598+
raise ValueError(f"Error processing {cls_name}.{method_name}") from e
599599

600600
if not builtin and not isinstance(ref, InitRef) and not mutates:
601601
add_default_funcs.append(add_rewrite)

0 commit comments

Comments
 (0)