Syntax Typo on pypi.org
Semnodime opened this issue · 0 comments
Semnodime commented
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.