Replace communicate() function with check_output() for python3 compatiblity
Bug #1790461 reported by
Yang Youseok
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BaGPipe |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
in common/
I think we have to decode the output or use the more appropriate for python3 compatibility.
I think this is fixed by https://review.opendev.org/#/c/686489