Skip to content

.get on class OutOfOrderTableProxy now always return None #80

@mbelang

Description

@mbelang

I just updated to poetry 1.0.4 that uses tomlkit 0.5.10 and custom repository are not added anymore.

(Pdb++) local_config.get("source")
(Pdb++) local_config.get("name")
(Pdb++) local_config.get("name", "potatoes")
'potatoes'
(Pdb++) local_config["name"]
'test'
(Pdb++) local_config["source"]
<AoT [{'name': 'testrepo', 'url': 'https://test-repo-url'}]>

I'm pretty sure it is related to that change: #79

OS: ArchLinux
Python: 3.7, 3.8

Reproduced in docker as well with images python:3.7.x and python:3.8.x

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