fix build error

This commit is contained in:
1138-4EB 2019-01-08 20:51:24 +01:00
parent 2af4ed9373
commit 0f6097493b

View File

@ -233,6 +233,7 @@ func quickSetup(flags *pflag.FlagSet, d pythonData) {
},
}
var err error
if _, noauth := getParamB(flags, "noauth"); noauth {
set.AuthMethod = auth.MethodNoAuth
err = d.store.Auth.Save(&auth.NoAuth{})