andreparames
Results
2
issues of
andreparames
Hi! Thanks for this tool, it works great! We just have a small issue: when it calls `create-dmg`, that tool tries to launch Finder to generate a .DS_Store file, but...
enhancement
Test case: ``` python from redbaron import RedBaron rb = RedBaron(''' class A(object): a = 1 b = 2 c = 3 ''') node_b = rb.find('assignment', target=lambda x: x.dumps() ==...