murano/releasenotes/notes/script-line-endings-db632db...

7 lines
225 B
YAML

---
fixes:
- Whenever murano-engine accesses script files,
text script files are opened in 'rU' mode which recognizes all types of
newlines, and binary files are opened in 'rb' mode to prevent their
corruption.