Skip to content

Commit 374985b

Browse files
committed
Add inidcator that the script has finished running
Signed-off-by: Talwinder Singh <[email protected]>
1 parent 4ce27bf commit 374985b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/cookiecutter-migrate.template.py

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def main() -> None:
3232
"""Run the migration steps."""
3333
# Add a separation line like this one after each migration step.
3434
print("=" * 72)
35+
print("Migration script finished. Remember to follow any manual instructions.")
36+
print("=" * 72)
3537

3638

3739
def apply_patch(patch_content: str) -> None:

cookiecutter/migrate.py

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def main() -> None:
3232
"""Run the migration steps."""
3333
# Add a separation line like this one after each migration step.
3434
print("=" * 72)
35+
print("Migration script finished. Remember to follow any manual instructions.")
36+
print("=" * 72)
3537

3638

3739
def apply_patch(patch_content: str) -> None:

0 commit comments

Comments
 (0)