Aria isn't writing code correctly
-
cafeochomx last edited by
Hi, sometimes Aria write code like this:
class [NodoB](https://www.google.com/search?q=NodoB): def __init__(self, hoja=False): self.hoja = hoja self.claves = [] self.hijos = []
That isn't valid Python code. Greetings
-
-
vor0nwe last edited by
@cafeochomx Yeah, Aria tends to insert links to what it thinks are relevant search terms. But this doesn’t work inside a code block. It should probably save these things, and list them separately at the end of its response:
class NodoB: def __init__(self, hoja=False): self.hoja = hoja self.claves = [] self.hijos = []
Relevant links:
-