mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-24 01:10:45 +00:00

* fix: in a containerized environment (like AWS ECS) there is a file write permission error: PermissionError: [Errno 13] Permission denied: 'feedback_squad_direct.json'. catch this error. hint: future solution similar to FILE_UPLOAD_PATH to provide a writeable path in a container. (cherry picked from commit c54ab7ed2d487e4391c0391be7c3e268ae525507) * fix linter error: dont use f string in logger message * reformat * fix: pylint requires using % in logging message
The file is empty.