django-sass-processor icon indicating copy to clipboard operation
django-sass-processor copied to clipboard

Fix incorrect handling of the ROOT setting in configuration

Open nicoyou opened this issue 10 months ago • 5 comments

This pull request fixes an issue where the ROOT setting was not being properly read from the configuration. Due to this, the behavior relying on ROOT did not function as expected in some environments.

Changes made: Ensured that the ROOT setting is retrieved correctly using getattr with a proper fallback.

Please let me know if any additional changes are needed. Thank you for maintaining this project.

nicoyou avatar Jun 17 '25 08:06 nicoyou