File: fix-python3-compatibility-993ace45fefcba34.yaml

package info (click to toggle)
python-ironicclient 5.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,344 kB
  • sloc: python: 24,061; makefile: 20; sh: 18
file content (5 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (5)
1
2
3
4
5
---
fixes:
  - Fixes an issue in a python 3 environment, where TypeError
    exceptions were being raised (due to the "requests"
    library returning bytes instead of a string).