Skip to content

Commit

Permalink
fix(tasks): Parsing color data in_range incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
in03 committed Jan 16, 2023
1 parent 9ab8f15 commit 88d3009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxima/celery/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __post_init__(self):
)
if not self.input_level in [
"in_range=full",
"in_range=video",
"in_range=limited",
]: # CHECK VALID VIDEO LEVELS
raise ValueError(
f"Calculated video levels are invalid: '{self.input_level}'"
Expand Down

0 comments on commit 88d3009

Please sign in to comment.