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
Happens only when running
fab polish& when a method with same name exists in localfabfile.py.Example
fix_file_permissionin Ray API excludes the fileapp/consolebut the one in contrib does not.Proposed fix: #7