Commit 6a6d04e0 authored by Michal Čihař's avatar Michal Čihař

Store languages in a set

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 716e74a2
...@@ -198,7 +198,7 @@ class MachineTranslation(object): ...@@ -198,7 +198,7 @@ class MachineTranslation(object):
# Download # Download
try: try:
languages = self.download_languages() languages = set(self.download_languages())
except Exception as exc: except Exception as exc:
self.report_error( self.report_error(
exc, exc,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment