diff --git a/src/TranslationServer.py b/src/TranslationServer.py index 4bd7608..b03e5ea 100644 --- a/src/TranslationServer.py +++ b/src/TranslationServer.py @@ -93,8 +93,7 @@ def list_bundles(): try: BUNDLES_LIST[state] = set(os.listdir(os.path.join(BUNDLES_PATH["ANDROID"], state))) except OSError: - pass - print BUNDLES_LIST + BUNDLES_LIST[state] = set([]) def list_files(path): files = [] -- libgit2 0.21.2