BUGFIX: typo in main.py
All checks were successful
Publish Python Package to PyPI / deploy (push) Successful in 1m13s
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:
@@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = surround-to-eac3
|
name = surround-to-eac3
|
||||||
version = 0.5.0
|
version = 0.5.1
|
||||||
author = Jonathan Rampersad
|
author = Jonathan Rampersad
|
||||||
author_email = jonathan@jono-rams.work
|
author_email = jonathan@jono-rams.work
|
||||||
description = A CLI tool to transcode 5.1 audio in video files to E-AC3.
|
description = A CLI tool to transcode 5.1 audio in video files to E-AC3.
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ def main():
|
|||||||
|
|
||||||
# --- Summary (unchanged) ---
|
# --- Summary (unchanged) ---
|
||||||
summary_title = "--- Dry Run Summary ---" if args.dry_run else "--- Processing Summary ---"
|
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()
|
||||||
print(f"\n{summary_title}")
|
print(f"\n{summary_title}")
|
||||||
|
|||||||
Reference in New Issue
Block a user