build(app): Add fallback to os.path.join + newsfragment 886

This commit is contained in:
yashksaini-coder
2025-09-01 02:53:53 +05:30
parent 64ccce17eb
commit 42c8937a8d
2 changed files with 11 additions and 6 deletions

View File

@ -0,0 +1,2 @@
Fixed cross-platform path handling by replacing hardcoded OS-specific
paths with standardized utilities in core modules and examples.