Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AzureClipStorage breaks if one directory name is prefix of another #52

@halcy

Description

@halcy

AzureClipStorage currently lists clips by getting all files where the file name starts with a certain string:

name_starts_with=self.clips_path)

If there are two directories named "something/xyz" and "something/xyz_abc", then this will cause the script to also enumerate files from the second directory when looking for files from the first (which causes the script to crash). While easy to work around, this seems unintended, and should probably be changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions