Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 9186fde

Browse files
author
Frédéric Chapoton
committed
trac 20704, detail
1 parent 719fadf commit 9186fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/quivers/algebra_elements.pxi

+2-1
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,8 @@ cdef bint poly_iadd_d(path_poly_t *P1, path_poly_t *P2, path_order_t cmp_terms)
860860
return 1
861861
elif T2 == NULL:
862862
if P2.nterms != 0:
863-
print("term counting of second summand was wrong!", P2.nterms)
863+
print("term counting of second summand was wrong! " +
864+
str(P2.nterms))
864865
P2.lead = NULL
865866
return 1
866867
c = cmp_terms(T1.mon, T2.mon)

0 commit comments

Comments
 (0)