yuuno icon indicating copy to clipboard operation
yuuno copied to clipboard

if message level is passed as int, convert it to MessageLevel

Open xmoforf opened this issue 8 months ago • 0 comments

sometimes MessageLevels were getting passed as int instead of MessageLevel. this is a bit ugly and has some smell to it because ideally we'd want to find the source. I noticed the error when I had mismatched vapoursynth versions between core and python, but I wasn't able to locate that check in the yuuno codebase.

xmoforf avatar May 27 '25 16:05 xmoforf