Project

General

Profile

« Previous | Next » 

Revision 636

input.Makefile: Added documentation for why import errors for one input do not abort the import process for all inputs

View differences:

input.Makefile
67 67

  
68 68
import-%: maps/VegBIEN.%.csv _always
69 69
	-$(import_cmd)
70
# ignore import errors, which are often benign (e.g. invalid date format)
70 71
import_cmd = (set -x; "time" env commit=1 $(import) $<) \
71 72
$(if $(n),,>>$(log)) 2>&1$(if $(n),|tee -a $(log))
72 73

  

Also available in: Unified diff