in ecc_decode there's a try: block around .correct() if i throw print(e) in except block i get: 'bchlib.BCH' object has no attribute 'correct'
in ecc_decode there's a try: block around .correct()
if i throw print(e) in except block i get: 'bchlib.BCH' object has no attribute 'correct'