Simplify db.Open name
This commit is contained in:
parent
96b4d05330
commit
334431418e
3 changed files with 5 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ func Init(cfg *config.Config, triplePath string) bool {
|
|||
return true
|
||||
}
|
||||
if created && triplePath != "" {
|
||||
ts := OpenTSFrom(cfg)
|
||||
ts := Open(cfg)
|
||||
Load(ts, cfg, triplePath, true)
|
||||
ts.Close()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue