[Github-comments] [geany/geany] Python tags error message (#357)

kjwein notifications at xxxxx
Mon Aug 29 17:51:30 UTC 2016


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
```python
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,

```python
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 or view it on GitHub:
https://github.com/geany/geany/issues/357#issuecomment-243199923
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160829/1dd50325/attachment.html>


More information about the Github-comments mailing list