We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce27bf commit 374985bCopy full SHA for 374985b
.github/cookiecutter-migrate.template.py
@@ -32,6 +32,8 @@ def main() -> None:
32
"""Run the migration steps."""
33
# Add a separation line like this one after each migration step.
34
print("=" * 72)
35
+ print("Migration script finished. Remember to follow any manual instructions.")
36
+ print("=" * 72)
37
38
39
def apply_patch(patch_content: str) -> None:
cookiecutter/migrate.py
0 commit comments