pony icon indicating copy to clipboard operation
pony copied to clipboard

show(instance_of_entity) produces an error "'list' object has no attribute '_translator'"

Open rcfwgithub opened this issue 4 years ago • 1 comments

The api show says it can print instance of an entity, but it will produce an error "'list' object has no attribute '_translator'".

The api show call QueryResult as QueryResult([ x ], None, x.__class__, None).show() where x is the instance. The first argument is a python list, and it does not have the required _translator for QueryResult 's constructor

rcfwgithub avatar Sep 30 '20 10:09 rcfwgithub

after so many years, this bug still stay there 😭

bytetalking avatar Mar 07 '22 11:03 bytetalking