Remove error return from constructor.

This commit is contained in:
jregan
2019-11-02 14:26:20 -07:00
parent 690e01c2ba
commit 4c15c42447
12 changed files with 67 additions and 47 deletions

View File

@@ -41,7 +41,7 @@ func DefaultSrcRoot() (string, error) {
}
nope = append(nope, root)
root = pgmconfig.DefaultPluginConfig().AbsPluginHome
root = pgmconfig.DefaultAbsPluginHome()
if FileExists(root) {
return root, nil
}