Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a regression of 0c40313: File "pym/bob/cmds/show.py", line 54, in <listcomp> { k:v for k,v in a.getProperties().items() if not k.startswith("__") } ^^^^^^^^^^^^^^^ AttributeError: 'dict' object has no attribute 'getProperties' and add a test for this.
- Loading branch information