mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
feat: Print audio directory path on script launch
This commit is contained in:
parent
791dc213fa
commit
51aab7b656
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ def main():
|
|||
|
||||
# Create output directory
|
||||
output_dir = os.path.join(args.output_dir, recording_id)
|
||||
print(f"Audio directory: {output_dir}")
|
||||
if not args.dry_run:
|
||||
os.makedirs(output_dir, exist_ok=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue