diff --git a/copier/main.py b/copier/main.py index ece031b01..0e34d97ca 100644 --- a/copier/main.py +++ b/copier/main.py @@ -832,6 +832,10 @@ def run_copy(self) -> None: self._check_unsafe("copy") self._print_message(self.template.message_before_copy) self._ask() + self._generate() + + def _generate(self) -> None: + """Generate the project files after answers have been collected.""" was_existing = self.subproject.local_abspath.exists() try: if not self.quiet: