Skip to content

Commit

Permalink
Update broken doctests.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mansencal <[email protected]>
  • Loading branch information
KelSolaar committed Jul 28, 2023
1 parent bdbfa2c commit 944cb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencolorio_config_aces/config/reference/discover/classify.py
Original file line number Diff line number Diff line change
Expand Up @@ -1250,8 +1250,8 @@ def classify_aces_ctl_transforms(unclassified_ctl_transforms):
'csc'
>>> genera = sorted(ctl_transforms[family])
>>> print(genera)
['ACEScc', 'ACEScct', 'ACEScg', 'ACESproxy', 'ADX', 'arri', 'canon', \
'panasonic', 'red', 'sony']
['ACEScc', 'ACEScct', 'ACEScg', 'ACESproxy', 'ADX', 'arri', \
'blackmagic_design', 'canon', 'panasonic', 'red', 'sony']
>>> genus = genera[0]
>>> sorted(ctl_transforms[family][genus].items()) # doctest: +ELLIPSIS
[('ACEScsc.Academy.ACEScc', CTLTransformPair(\
Expand Down

0 comments on commit 944cb21

Please sign in to comment.