mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
kivy i18n: catch more exeptions
This commit is contained in:
parent
3d42193223
commit
afbf766d89
1 changed files with 1 additions and 1 deletions
|
@ -41,5 +41,5 @@ class _(str):
|
||||||
for label in _.observers:
|
for label in _.observers:
|
||||||
try:
|
try:
|
||||||
label.text = _(label.text.source_text)
|
label.text = _(label.text.source_text)
|
||||||
except ReferenceError:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Reference in a new issue