mirror of
https://github.com/gryf/pythonhelper.git
synced 2026-07-07 18:46:30 +02:00
d8a44e8439
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 ;).