Skip to content

[Update] Deleting my fork #11

Description

@ehcloninger

I'm moving to Codeberg and removing most of my GH repos. I'm deleting my fork of m4b-util, which had an outstanding PR, so I'll summarize here and you can close the issue if you choose.


In splitter.py, on, or about line 30, I changed the call to create the output directory because the existing call assumes the parent directory exists. Changing from path.makedir() to os.makedirs() solves this issue.

 if not os.path.exists(output_dir_path):
            os.makedirs(output_dir_path, exist_ok=True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions