issues
search
linsomniac
/
drbdlinks
A helper for DRBD which makes/reverts links into DRBD volumes.
GNU General Public License v2.0
8
stars
5
forks
source link
Repair Python 2.6 compatibility
#10
Closed
robert-scheck
closed
5 years ago
robert-scheck
commented
5 years ago
Replace subprocess.check_output by subprocess.check_call
Ensure output of subprocess.check_(output|call) is nuked
Restore original print output even with Python 3 syntax
linsomniac
commented
5 years ago
Thanks, looks good!