mirror of
https://github.com/trycua/computer.git
synced 2026-05-06 23:21:32 -05:00
c2a695d466
- Replaced unsafe string concatenation with `shlex.join()` for POSIX systems, `mslex.join()` for Windows systems. - Add utility function `safe_join`. - Modified `pyproject.toml` to include `mslex` dependency for Windows environments.