Skip to content

Basedir for data files #55

Description

@jjkoehorst

Would it be ok to have a landing folder for the data files?
Now it is placed in the root of the crate but this creates quite some clutter.

There are only 2 lines I think that needs to be changed if it is ok that contain

dest = Path(parent.id if parent else "") / hash_

which could turn into

dest = Path(parent.id if parent else "data") / hash_

I can create a pull request but maybe it is better to have a discussion first?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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