Revision 11603
Added by Aaron Marcuse-Kubitza about 11 years ago
lib/runscripts/view.run | ||
---|---|---|
11 | 11 |
|
12 | 12 |
export new_term_prefix= # don't re-prepend * |
13 | 13 |
|
14 |
load_data() { echo_func; } # for views, this instead happens in postprocess() |
|
15 |
|
|
14 | 16 |
# always remake, in case view has changed |
15 | 17 |
func_override remake_VegBIEN_mappings__table_run |
16 | 18 |
remake_VegBIEN_mappings() |
Also available in: Unified diff
bugfix: lib/runscripts/view.run: don't do anything in load_data(), to avoid trying to remake header.csv before the view is created. (for views, this instead happens in postprocess().)