diff --git a/tools/check_review_status.py b/tools/check_review_status.py index baaaf985f..c0bf917ec 100755 --- a/tools/check_review_status.py +++ b/tools/check_review_status.py @@ -468,7 +468,7 @@ def main(): x = prettytable.PrettyTable( field_names=columns, - hrules=prettytable.ALL, + hrules=prettytable.HRuleStyle.ALL, ) x.align['Summary'] = 'l' x.align['Status'] = 'l'