Skip to content

Commit aa7fb6b

Browse files
committed
chore: use uppercase
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
1 parent 1a5b204 commit aa7fb6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t4_devkit/cli/sanity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def main(
5757
print("✅ No exceptions occurred!!")
5858
else:
5959
print("⚠️ Encountered some exceptions!!")
60-
headers = ["DatasetID", "Version", "status", "Message"]
60+
headers = ["DatasetID", "Version", "Status", "Message"]
6161
table = [[e.dataset_id, e.version, e.status, e.message] for e in exceptions]
6262
print(tabulate(table, headers=headers, tablefmt="pretty"))
6363

0 commit comments

Comments
 (0)