Python module error on valid command
Bug #1887953 reported by
Logan Blyth
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyghmi |
Fix Released
|
Undecided
|
Logan Blyth |
Bug Description
Problem statement:
./.local/
Results in an error:
<stack trace snip>
bmcs = string.split(bmc, ",")
AttributeError: module 'string' has no attribute 'split'
My python version is 3.8. I am not sure what the targeted versions of support are for this project.
bmcs = bmc.split(',')
fixes my problem locally and I believe that line will run in python versions going back to 2.7.
information type: | Public → Public Security |
Changed in pyghmi: | |
assignee: | nobody → Logan Blyth (lblyth) |
status: | New → Confirmed |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/742017
Review: https:/