mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-03 08:51:10 -05:00
Fix previous merge.
This commit is contained in:
parent
492a5ac04c
commit
4a9d3ccd3e
@ -165,7 +165,8 @@ class _PluginInternationalization:
|
|||||||
except (IOError, PluginNotFound): # The translation is unavailable
|
except (IOError, PluginNotFound): # The translation is unavailable
|
||||||
pass
|
pass
|
||||||
finally:
|
finally:
|
||||||
translationFile.close()
|
if 'translationFile' in locals():
|
||||||
|
translationFile.close()
|
||||||
|
|
||||||
def _parse(self, translationFile):
|
def _parse(self, translationFile):
|
||||||
"""A .po files parser.
|
"""A .po files parser.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user