File: fix-cli-option-handling-a13652d14507f2d7.yaml

package info (click to toggle)
python-reno 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: python: 5,263; makefile: 21; sh: 10
file content (7 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
---
fixes:
  - |
    Fix an issue with the way command line options and configuration
    settings interact so that the settings in the configuration file
    are used properly when command line arguments for those options
    are not provided.