Configuration¶
- 
class lsst.verify.bin.dispatchverify.Configuration(args)¶
- Bases: - object- Configuration for dispatch_verify.py that reconciles command line and environment variable arguments. - Configuration is validated for completeness and certain errors. - Parameters: - args : argparse.Namespace
- Parsed command line arguments, produced by - parse_args.
 - Attributes Summary - allowed_env- Attributes Documentation - 
allowed_env= ('jenkins', 'ldf')¶
 
- args :