mirror of
https://github.com/gryf/pythonhelper.git
synced 2026-03-19 17:03:33 +01:00
It seams, that entire block for looking for tags has been closed between try:except keywords, catching all the exceptions, which is not necessary just for iterating all over the file looking for particular pattern. Remove it until real problem appear on wild - for sure I will extensively test that ;).