Revision 9676
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record/run | ||
---|---|---|
97 | 97 |
func_override table.tsv/make__src_table_run |
98 | 98 |
table.tsv/make() # usage: [remake=1] [limit=...] .../run table.tsv/make |
99 | 99 |
{ |
100 |
echo_func; set_make_vars |
|
100 |
echo_func; set_make_vars; check_target_exists
|
|
101 | 101 |
|
102 | 102 |
herbaria_filter/make |
103 | 103 |
filter=" |
Also available in: Unified diff
bugfix: inputs/GBIF/raw_occurrence_record/run: table.tsv/make(): added check_target_exists so table.tsv would not be overwritten if it already existed