Added config infrastructure for the new loaders

This commit is contained in:
Trial97
2021-11-09 16:54:44 +02:00
committed by Dan Christian Bogos
parent 3a07459d92
commit a2f44c3303
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -709,6 +709,7 @@ func (l *loader) moveUnprocessedFiles() (err error) {
if err = os.Rename(pathIn, path.Join(l.ldrCfg.TpOutDir, f.Name())); err != nil {
return
}
}
}