folder management may have been overlooked for output dirs #13

Closed
opened 2026-06-22 04:04:10 +00:00 by david · 1 comment
Owner
No description provided.
Author
Owner

cmdDownload, cmdPipeline, and handleAPIDownload all call os.MkdirAll before proceeding. cmdExtract and handleAPIExtract were missing these calls — they relied on the bash script creating the directories, which is not robust (e.g., if the script fails before mkdir).

Fixed in bc12130: added os.MkdirAll to both cmdExtract and handleAPIExtract.

cmdDownload, cmdPipeline, and handleAPIDownload all call os.MkdirAll before proceeding. cmdExtract and handleAPIExtract were missing these calls — they relied on the bash script creating the directories, which is not robust (e.g., if the script fails before mkdir). Fixed in bc12130: added os.MkdirAll to both cmdExtract and handleAPIExtract.
david closed this issue 2026-06-22 05:04:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: david/akai-utils#13