Changeset 8513


Ignore:
Timestamp:
25 May 2012, 01:23:34 (12 years ago)
Author:
uli
Message:

Find also inner strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/datacenter.py

    r8512 r8513  
    260260                continue
    261261            for line in open(path, 'rb'):
    262                 if not re_query.match(line):
     262                if not re_query.search(line):
    263263                    continue
    264264                num += 1
Note: See TracChangeset for help on using the changeset viewer.