Skip to content

Commit f6af046

Browse files
committed
test-ci: finalisation de la branche
1 parent 227a8f8 commit f6af046

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_editor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_editor():
8181

8282
def progress_callback(current, total):
8383
percent = (current / total) * 100
84-
print(f"\n📊 Progress: {current}/{total} ({percent:.0f}%)")
84+
print(f"\nProgress: {current}/{total} ({percent:.0f}%)")
8585

8686
results = batch_export(
8787
video_path=video_path,
@@ -134,7 +134,7 @@ def progress_callback(current, total):
134134
# Export SRT
135135
srt_path = export_result.output_path.with_suffix('.srt')
136136
export_srt(subtitle_segments, srt_path)
137-
print(f" {srt_path.name}")
137+
print(f" {srt_path.name}")
138138
else:
139139
print(" [WARNING] transcript.json not found, skipping subtitles")
140140

0 commit comments

Comments
 (0)