MCPcopy Create free account
hub / github.com/comaps/comaps / drop_locale

Function drop_locale

tools/python/check_store_metadata.py:174–176  ·  view source on GitHub ↗
(locale_path)

Source from the content-addressed store, hash-verified

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

Callers 2

check_androidFunction · 0.85
check_iosFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected