mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Remove unneeded validate code
This commit is contained in:
@@ -412,9 +412,6 @@ def main(argv=None):
|
|||||||
|
|
||||||
args = argparser.parse_args(argv)
|
args = argparser.parse_args(argv)
|
||||||
|
|
||||||
if args.validate == None:
|
|
||||||
args.validate = True
|
|
||||||
|
|
||||||
if args.action == "show":
|
if args.action == "show":
|
||||||
show_config(args.config_path)
|
show_config(args.config_path)
|
||||||
elif args.action == "set":
|
elif args.action == "set":
|
||||||
|
|||||||
Reference in New Issue
Block a user