Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
jonholdsworth committed Oct 31, 2024
1 parent fd62f81 commit 83d1c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/get-video-s3-acls.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def process_orphans():
if not key_s3_yes:
print(f"Anomaly (not in S3): {gloss.idgloss}", file=sys.stderr)
continue
csv_rows.append([gloss_id,gloss.idgloss,test_key])
csv_rows.append([gloss_id, gloss.idgloss, test_key])
if csv_rows:
for c_row in csv_rows:
print(CSV_DELIMITER.join(c_row))
Expand Down

0 comments on commit 83d1c82

Please sign in to comment.