BBN-Q/pyqgl2

ast2str doesn't print *args correctly

Opened this issue · 0 comments

It prints formal args that are "varargs" without the asterix, which is confusing in diagnostics/error messages.

I'd guess that if it gets *args wrong, it gets **kwargs wrong for the same reason, but I haven't checked yet. This piece of code has been the source of problems in the past and I doubt this is the last bug.