File: fix-zookeeper-option-parsing-f9d37fbc39af47f4.yaml

package info (click to toggle)
python-taskflow 5.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,564 kB
  • sloc: python: 28,241; sh: 269; makefile: 24
file content (7 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
---
fixes:
  - |
    Fixed an issue when the configuration options of the zookeeper jobboard
    backend were passed as strings, the string ''"False"'' was wrongly
    interpreted as ''True''. Now the string ''"False"'' is interpreted as the
    ''False'' boolean.