BUGFIX: typo in main.py
All checks were successful
Publish Python Package to PyPI / deploy (push) Successful in 1m13s

This commit was merged in pull request #9.
This commit is contained in:
2025-11-13 16:18:54 -04:00
parent c649a1e593
commit f97dfca46f
2 changed files with 2 additions and 2 deletions

View File

@@ -225,7 +225,7 @@ def main():
# --- Summary (unchanged) ---
summary_title = "--- Dry Run Summary ---" if args.dry_run else "--- Processing Summary ---"
processed_label = "Would be processed" if args.dry_row else "Successfully processed"
processed_label = "Would be processed" if args.dry_run else "Successfully processed"
print()
print(f"\n{summary_title}")