I am using Geany-1.27 and I started noticing the same issue when editing a python file. I could replicate the issue when editing a python class with a function definition inside. If you define a function but do not name it like this

def (self, args)

anytime you type anything else in the file, I get the warning in the terminal window. As soon as you complete the function name,

def function(self, args):

the warning stops printing to screen. The function does not have to be in a class. Hope this helps!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.