Skip to content

'str' object does not support item assignment #94

@rcorces

Description

@rcorces

I havent looked into how to fix this but there seems to be a bug in bulker that manifests with the above error whenever you use bulker unload and remove that last element of a crate folder.

If you started with a blank bulker_config file you could reproduce this by loading a crate and then unloading that same crate and the config file should end up with something that looks like this

  crates:
    databio: OrderedDict()

The problem seems to be that OrderedDict() is being left behind and at least for me, that results in the str error above whenever I try to do other load commands with bulker. If I delete that line in the config file, it all goes back to normal.

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