federicocosta1989 commited on
Commit
bd4cc90
·
verified ·
1 Parent(s): 6fccdc4

Update whisper_cs.py

Browse files
Files changed (1) hide show
  1. whisper_cs.py +1 -1
whisper_cs.py CHANGED
@@ -105,7 +105,7 @@ def cleanup_temp_files(*file_paths):
105
 
106
  if DEBUG_MODE: print(f"Entered cleanup_temp_files function...")
107
 
108
- if DEBUG_MODE: print(f"file_paths: {file_paths}")
109
 
110
  for path in file_paths:
111
  if path and os.path.exists(path):
 
105
 
106
  if DEBUG_MODE: print(f"Entered cleanup_temp_files function...")
107
 
108
+ if DEBUG_MODE: print(f"file_paths: {file_paths}")
109
 
110
  for path in file_paths:
111
  if path and os.path.exists(path):