Closed svniemeijer closed 1 year ago
Example:
>>> import coda >>> a = coda.CodacError() >>> print(a) success (no error) >>> a Traceback (most recent call last): File "<stdin>", line 1, in <module> RecursionError: maximum recursion depth exceeded while getting the repr of an object
fixed. I cannot quickly find the exact reason, but it's easy to work around, resulting in more explicit behaviour, so that's what I did :P
Ok with latest commits. Issue can be closed
Example: