Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
|
@@ -287,7 +287,7 @@ class WhisperBase(ABC):
|
|
| 287 |
"""
|
| 288 |
|
| 289 |
try:
|
| 290 |
-
for file in files:
|
| 291 |
print("File to process: "+file.name)
|
| 292 |
|
| 293 |
file_count_total = 0
|
|
|
|
| 287 |
"""
|
| 288 |
|
| 289 |
try:
|
| 290 |
+
for file in [files]:
|
| 291 |
print("File to process: "+file.name)
|
| 292 |
|
| 293 |
file_count_total = 0
|