fix a typo on COLUMNS definition

This commit is contained in:
yuchen-x
2025-09-22 17:33:28 +08:00
parent 7b4d383611
commit 5dcd1ca503

View File

@@ -74,7 +74,7 @@ def main(args):
csv_file = target_dir / f"{args.dataset_name}.csv"
COLUMNS = [
'videoid', 'contentUrl', 'duration', 'data_dir', 'name',
'videoid', 'contentUrl', 'duration', 'data_dir', 'instruction',
'dynamic_confidence', 'dynamic_wording', 'dynamic_source_category',
'embodiment'
]