(locale_path)
| 172 | return done(path, ok) |
| 173 | |
| 174 | def drop_locale(locale_path): |
| 175 | shutil.rmtree(locale_path) |
| 176 | print(f'REMOVED invalid locale {locale_path}') |
| 177 | |
| 178 | |
| 179 | def check_android(is_gplay, fix=False): |
no outgoing calls
no test coverage detected