Ignore:
Timestamp:
2016-11-12T18:14:43+01:00 (8 years ago)
Author:
stoecker
Message:

see #12706 - change regexp, so that «blancos for copy» don't produce broken skip entry :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorImageryIndex.groovy

    r11239 r11242  
    107107
    108108        while((line = fr.readLine()) != null) {
    109             def res = (line =~ /^\|\| *(\d) *\|\| *(EII|Ignore) *\|\| *\{\{\{(.*)\}\}\} *\|\|/)
     109            def res = (line =~ /^\|\| *(\d) *\|\| *(EII|Ignore) *\|\| *\{\{\{(.+)\}\}\} *\|\|/)
    110110            if(res.count)
    111111            {
Note: See TracChangeset for help on using the changeset viewer.