Revision 3641
Added by Aaron Marcuse-Kubitza over 12 years ago
map | ||
---|---|---|
265 | 265 |
mappings[i] = [in_, nodes] |
266 | 266 |
if id_node == None: |
267 | 267 |
warnings.warn(UserWarning('Map warning: No mappings')) |
268 |
if debug: # only calc if debug |
|
269 |
log_debug('Put template:\n'+str(root)) |
|
268 |
sys.stdout.write('Put template:\n'+str(root)) |
|
270 | 269 |
|
271 | 270 |
def process_row(row, i): |
272 | 271 |
row_id = str(i) |
Also available in: Unified diff
bin/map: out_is_db: Output the put template to stdout so it will be validated in the automated testing