Update indexa.py

This commit is contained in:
JotaChina 2024-07-25 15:45:39 -03:00 committed by GitHub
parent 8e1e5c3c15
commit 13529d631f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def process_mmps_in_folder(folder_path):
print(f"Ocorreu um erro ao executar o comando: {e}")
file_name = file_name.split('.')
print(file_name[0])
lmms_wav_convert = f'lmms -r "{file_name[0]}.mmpz" -o "/wav" -f wav'
lmms_wav_convert = f'lmms -r {file_name[0]}.mmpz -o /wav -f wav'
try:
#desabilitando os servidores gráficos
os.environ['QT_DEBUG_PLUGINS'] = '1'