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

fix: bug when using single section in ebay_rest.json and not specifying section name #63

Closed
wants to merge 1 commit into from

Conversation

gbm001
Copy link
Contributor

@gbm001 gbm001 commented Jan 11, 2023

In Py3, dict_keys objects are iterable but not indexable; in the single-value case convert to a tuple before retrieving 'first' (only) value.

Trying to create an API object without specifying the sections in ebay_rest.json (permitted when there is only one section in the ebay_rest.json file for applications/user etc) fails. This fixes that issue.

In Py3, dict_keys objects are iterable but not indexable; in the single-value case convert to a tuple before retrieving 'first' (only) value.
@gbm001 gbm001 closed this Jan 11, 2023
@gbm001
Copy link
Contributor Author

gbm001 commented Jan 11, 2023

Replaced by #64

@gbm001 gbm001 deleted the patch-1 branch January 11, 2023 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant