Skip to content

Commit

Permalink
Fixes spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Mar 13, 2024
1 parent 2f102ca commit 9d6a85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automated_quality_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def wait_for_screens_to_sync():
for screen in screens_not_in_sync:
print(f"{screen['name']}({screen['hostname']}) not in sync: {screen['status'].lower()}")

raise AssertionError("Not all screens syncrhonized")
raise AssertionError("Not all screens synchronized")


def get_qc_playlist_ids():
Expand Down

0 comments on commit 9d6a85b

Please sign in to comment.