Cleaner message

This commit is contained in:
2026-02-11 18:40:58 +00:00
parent 9469d57f90
commit 0b986717eb
+1 -3
View File
@@ -1564,9 +1564,7 @@ def cmd_setup(args: argparse.Namespace) -> int:
# Show merge note if any .new.py files were written
if _new_files_written:
print()
print(
"⚠️ Note: Some files could not be auto-upgraded because you customized them."
)
print("⚠️ Some files could not be auto-upgraded because you customized them.")
print(" Please manually merge the following files:")
for new_file, original_file in _new_files_written:
try: