Project

General

Profile

« Previous | Next » 

Revision 9835

bugfix: lib/runscripts/table.run: load_data(): ignore errors if table already exists

View differences:

table.run
59 59
		# install logs require verbose output
60 60
}
61 61

  
62
load_data() { noclobber=1 load_data_first_run "$@"; }
62
load_data() { benign_error=1 noclobber=1 load_data_first_run "$@" || true; }
63 63

  
64 64
import()
65 65
{

Also available in: Unified diff