csingley / ofxtools

Python OFX Library
Other
301 stars 68 forks source link

https://github.com/csingley/ofxtools/issues/73 #75

Open hleofxquotes opened 4 years ago

hleofxquotes commented 4 years ago

On my mac, find does not know about -regex flag. I am proposing the following change to find find . -name '.pyc' -exec rm '{}' \; find . -name '.~' -exec rm '{}' \;

and add a -f flag in case file coverage.xml is not there