Closed fedtf closed 3 months ago
Missing explicit close call on template files sometimes leads to the file descriptors left unclosed. In some cases, this can manifest itself in tests if warnings are treated as errors. Using context managers fixes the issue
close
Missing explicit
close
call on template files sometimes leads to the file descriptors left unclosed. In some cases, this can manifest itself in tests if warnings are treated as errors. Using context managers fixes the issue