Fixed another E231
This commit is contained in:
parent
36cac80166
commit
93e06c0e58
1 changed files with 2 additions and 2 deletions
|
|
@ -3901,7 +3901,7 @@ public:
|
|||
Printv(base_class, bname, NIL);
|
||||
b = Next(b);
|
||||
if (b.item) {
|
||||
Putc(',', base_class);
|
||||
Printv(base_class, ", ", NIL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -3922,7 +3922,7 @@ public:
|
|||
String *abcs = Getattr(n, "feature:python:abc");
|
||||
if (py3 && abcs) {
|
||||
if (Len(base_class)) {
|
||||
Putc(',', base_class);
|
||||
Printv(base_class, ", ", NIL);
|
||||
}
|
||||
Printv(base_class, abcs, NIL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue