diff --git a/src/agent_gsm.py b/src/agent_gsm.py index b246e13..fab89f8 100644 --- a/src/agent_gsm.py +++ b/src/agent_gsm.py @@ -92,7 +92,7 @@ def upload_results(): # Path to audio path_audio = t[1] - utils.log(f'Found {path_report.name} and {path_audio.name} files.') + utils.log(f'Found {t} report pair.') if path_report is not None and path_report.exists(): try: with open(path_report, 'rt') as f: