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

[ 2374934 ] Failed to recreate a list #361

Closed
HolQue opened this issue Oct 28, 2024 · 3 comments
Closed

[ 2374934 ] Failed to recreate a list #361

HolQue opened this issue Oct 28, 2024 · 3 comments

Comments

@HolQue
Copy link
Collaborator

HolQue commented Oct 28, 2024

In the following JSON code a list is recreated:

"A" : [1,  2],
"A" : [3,  4]

Result:

Error: 'argument of type 'int' is not iterable

But expected:

"A" with value [3, 4]

Cross check

The same with a dictionary:

"B" : {"param1" : 1},
"B" : {"param2" : 1}

Result (like expected):

DotDict({'B': DotDict({'param2': 1})})

@namsonx namsonx self-assigned this Dec 11, 2024
@namsonx
Copy link
Collaborator

namsonx commented Dec 26, 2024

The fix was pushed to stabi branch
Ready for ROBFW-AIO 0.13.2

@HolQue
Copy link
Collaborator Author

HolQue commented Jan 3, 2025

Retest successful. Issue can be closed.

@ngoan1608 ngoan1608 changed the title Failed to recreate a list [ 2374934 ] Failed to recreate a list Jan 17, 2025
@test-fullautomation
Copy link
Owner

part of 0.13.2

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

No branches or pull requests

3 participants