chadeos
Results
2
issues of
chadeos
- Added Forager - Fixed [Lookout bug](http://forum.dominionstrategy.com/index.php?topic=619.msg486204#msg486204) - Fixed trashing bug that affected Forager, Trade Route, and other cards The trashing bug was this: say you included Trade Route on...
Consider the following code: ``` import os from send2trash import send2trash my_path = os.path.expanduser("~/Library/CloudStorage/Dropbox/test.txt") with open(my_path, "w"): pass send2trash(my_path) ``` When run, it fails about 50% of the time with...