Files
rendercv/tests
Sina Atalay 21e3cd7f33 Fix #673: Make copied template files writable for immutable distros
On NixOS and other immutable distributions, package files in the store are
read-only. shutil.copytree preserves source permissions, so copied template
files remain read-only. This causes PermissionError when create-theme tries
to write __init__.py into the copied directory.

Added make_tree_writable() that adds user-write permission to all files and
directories after copying. Called automatically by copy_templates().
2026-03-21 01:03:32 +03:00
..
2026-02-17 17:04:12 +03:00