File: positional-arguments-are-required-22ddca72e6f523bf.yaml

package info (click to toggle)
python-oslo.config 1%3A10.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,316 kB
  • sloc: python: 11,117; sh: 44; makefile: 35
file content (12 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
upgrade:
  - |
    Positional options are now required by default, to match argparse's default
    behavior. To revert this behavior (and maintain optional positional
    arguments), you need to explicitly specify ``positional=True,
    required=False`` as part of the options definition.
fixes:
  - |
    On the command line, oslo.config now returns command usage information from
    argparse (instead of dumping a backtrace) when required arguments are
    missing.