Skip to content

Commit f91de10

Browse files
committed
refactor: use internal stgpytools
1 parent 3914c34 commit f91de10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vstools/functions/funcs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def norm_clip(self) -> ConstantFormatVideoNode:
146146
if not self._matrix:
147147
raise UndefinedMatrixError(
148148
'You must specify a matrix for RGB to '
149-
f'{'/'.join(cf.name for cf in sorted(self.allowed_cfamilies, key=lambda x: x.name))} conversions!',
149+
f'{"/".join(cf.name for cf in sorted(self.allowed_cfamilies, key=lambda x: x.name))} conversions!',
150150
self.func
151151
)
152152

0 commit comments

Comments
 (0)