rizinorg/rz-pipe

Syntax Typo on pypi.org

Semnodime opened this issue · 0 comments

On https://pypi.org/project/rzpipe/#description, pipe.cmdj("ij").core.format should be pipe.cmdj("ij")['core'].['format'], as python dictionaries don't generally have their keys as attributes.