I am using sys.load_resource to find some files. I have several paths, so I check filename in every path.
And I get a lot of
WARNING:SCRIPT: Failed to load resource: filename (-3)
And I cant use io to load resource from resources bundle
So, there is way to disable this WARNING logs?