fix build error
This commit is contained in:
parent
2af4ed9373
commit
0f6097493b
@ -233,6 +233,7 @@ func quickSetup(flags *pflag.FlagSet, d pythonData) {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var err error
|
||||||
if _, noauth := getParamB(flags, "noauth"); noauth {
|
if _, noauth := getParamB(flags, "noauth"); noauth {
|
||||||
set.AuthMethod = auth.MethodNoAuth
|
set.AuthMethod = auth.MethodNoAuth
|
||||||
err = d.store.Auth.Save(&auth.NoAuth{})
|
err = d.store.Auth.Save(&auth.NoAuth{})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user