Changeset 9516 in josm for trunk


Ignore:
Timestamp:
2016-01-17T23:00:11+01:00 (8 years ago)
Author:
stoecker
Message:

see #12313 - fix suppression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/sync_editor_imagery_index.groovy

    r9515 r9516  
    196196            myprintln "  -"
    197197        } else {
    198             myprintln Utils.join("\n", l1)
     198            for (def l : l1)
     199                myprintln l
    199200        }
    200201
     
    206207            myprintln "  -"
    207208        } else {
    208             myprintln Utils.join("\n", l2)
     209            for (def l : l2)
     210                myprintln l
    209211        }
    210212    }
Note: See TracChangeset for help on using the changeset viewer.