Happens only when running `fab polish` & when a method with same name exists in local `fabfile.py`. ## Example `fix_file_permission` [in Ray API](https://github.com/practo/practo-api/blob/master/fabfile.py#L23) excludes the file `app/console` but the one [in contrib](https://github.com/practo/FabPolish/blob/master/fabpolish/contrib.py#L49) does not. Proposed fix: https://github.com/practo/FabPolish/pull/7