style
This commit is contained in:
parent
7dfa81f489
commit
62b4fa8671
@ -233,9 +233,7 @@ func quickSetup(flags *pflag.FlagSet, d pythonData) {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
_, noauth := getParamB(flags, "noauth")
|
if _, noauth := getParamB(flags, "noauth"); noauth {
|
||||||
|
|
||||||
if noauth {
|
|
||||||
set.AuthMethod = auth.MethodNoAuth
|
set.AuthMethod = auth.MethodNoAuth
|
||||||
err = d.store.Auth.Save(&auth.NoAuth{})
|
err = d.store.Auth.Save(&auth.NoAuth{})
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user