mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +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
|
# Create output directory
|
||||||
output_dir = os.path.join(args.output_dir, recording_id)
|
output_dir = os.path.join(args.output_dir, recording_id)
|
||||||
|
print(f"Audio directory: {output_dir}")
|
||||||
if not args.dry_run:
|
if not args.dry_run:
|
||||||
os.makedirs(output_dir, exist_ok=True)
|
os.makedirs(output_dir, exist_ok=True)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue