diff --git a/lib/python/base_cli/_private_files.py b/lib/python/base_cli/_private_files.py index 605b946..2f1db5c 100644 --- a/lib/python/base_cli/_private_files.py +++ b/lib/python/base_cli/_private_files.py @@ -102,7 +102,6 @@ def write_private_json(path: Path, value: Mapping[str, Any]) -> None: temporary_name = None if parent_fd is not None: _sync_directory(parent_fd) - restrict_file(path) finally: if fd is not None: os.close(fd)