sitmun / sitmun-application-stack

SITMUN Application Stack
European Union Public License 1.2
1 stars 0 forks source link

Enhancements for Robustness #3

Open fjlopez opened 1 week ago

fjlopez commented 1 week ago

Describe the bug Several areas need improvement:

To Reproduce

Expected behavior

fjlopez commented 3 days ago

The loadData statements in the changelog must use lowercase file paths. This is particularly important because while Windows and macOS filesystems are often case-insensitive, Linux filesystems are case-sensitive. Using inconsistent case can lead to failures when the code is deployed in a Linux environment.