Project

General

Profile

« Previous | Next » 

Revision 14099

bin/import_all: hidden_srcs(): removed `by_col=1` because these should be done in the same mode as the main datasources

View differences:

trunk/bin/import_all
7 7
hidden_srcs()
8 8
{
9 9
    local hidden_srcs=1 inputs=() # with_all adds the hidden srcs to @inputs
10
    . "$selfDir/with_all" import by_col=1 "$@"
10
    . "$selfDir/with_all" import "$@"
11 11
}
12 12

  
13 13
delete_logs()

Also available in: Unified diff