Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.get on class OutOfOrderTableProxy now always return None #80

Closed
mbelang opened this issue Feb 29, 2020 · 0 comments · Fixed by #82
Closed

.get on class OutOfOrderTableProxy now always return None #80

mbelang opened this issue Feb 29, 2020 · 0 comments · Fixed by #82

Comments

@mbelang
Copy link

mbelang commented Feb 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant