mirror of
https://github.com/gryf/pythonhelper.git
synced 2026-08-29 15:31:54 +02: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 ;).