Project

General

Profile

« Previous | Next » 

Revision 11484

bugfix: exports/2013-10-18.Brian_Enquist.Canadensys.csv.run: do not override the table to analytical_stem, because the extract-specific view should be used instead. this was actually benign, because extract.run export_() always sets $table to the extract-specific view.

View differences:

exports/2013-10-18.Brian_Enquist.Canadensys.csv.run
5 5

  
6 6
func_override export___extract_run
7 7
export_() # runtime: 35 min ("04:08:45" - "03:33:40")
8
{ echo_func; table=analytical_stem export___extract_run "$@"; }
8
{ echo_func; export___extract_run "$@"; }
9 9

  
10 10
on_exit

Also available in: Unified diff