Commit 252ebbdea582f7db89a196e3192821e105b931de

Authored by Erickson Silva
1 parent f894fb22
Exists in devel

[TranslationServer] Corrige rota para regionalismo

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/TranslationServer.py
... ... @@ -93,8 +93,7 @@ def list_bundles():
93 93 try:
94 94 BUNDLES_LIST[state] = set(os.listdir(os.path.join(BUNDLES_PATH["ANDROID"], state)))
95 95 except OSError:
96   - pass
97   - print BUNDLES_LIST
  96 + BUNDLES_LIST[state] = set([])
98 97  
99 98 def list_files(path):
100 99 files = []
... ...